fix: use Alpine 3.12 base image for Node.js 12

This commit is contained in:
Tim Brust 2020-10-28 08:31:35 +00:00 committed by GitHub
parent 4cee715707
commit b236705004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM node:erbium-alpine
FROM node:erbium-alpine3.12
LABEL maintainer "Tim Brust <github@timbrust.de>"
ARG REFRESHED_AT