Compare commits

..

2 commits

Author SHA1 Message Date
c2ccbce06a Merge pull request 'fixed Dockerfile' (#155) from develop into main
Some checks failed
continuous-integration/woodpecker the build failed
Reviewed-on: #155
2021-10-28 15:19:55 +00:00
41bed5558e fixed Dockerfile
All checks were successful
continuous-integration/woodpecker the build was successful
2021-10-28 17:05:49 +02:00

View file

@ -1,6 +1,6 @@
FROM alpine:3.14.2@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a FROM alpine:3.14.2@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
RUN apk --no-cache add nodejs="12.22.6-r0" RUN apk --no-cache add nodejs="14.18.1-r0"
COPY dist/universal-statuspage /universal-statuspage COPY dist/universal-statuspage /universal-statuspage