Compare commits
No commits in common. "c2ccbce06a1aecb569129f7f23a1d163b3b018f8" and "e3df2a3ef6184e40ae9e151f8fa3dfa145b50ad2" have entirely different histories.
c2ccbce06a
...
e3df2a3ef6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:3.14.2@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
|
FROM alpine:3.14.2@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
|
||||||
|
|
||||||
RUN apk --no-cache add nodejs="14.18.1-r0"
|
RUN apk --no-cache add nodejs="12.22.6-r0"
|
||||||
|
|
||||||
COPY dist/universal-statuspage /universal-statuspage
|
COPY dist/universal-statuspage /universal-statuspage
|
||||||
|
|
||||||
|
|
Reference in a new issue