chore(docker): switch to node:lts-alpine base image
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-12-30 19:00:39 +01:00
parent 0f98c7ce8d
commit 84fde69723
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
FROM node:10-alpine@sha256:bb33b8ee56dd6b28960fbc4bc4610b8b74e1e9869e844f903a7e47ea1caf20b3
# due to https://github.com/http-party/http-server/issues/537
FROM node:lts-alpine3.12@sha256:b613e82ab1cdf084d3ca9b25487ab6c9a0b531ddfcca5dcb2d8125fa92a2acc0
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"