Compare commits

..

No commits in common. "10a3e7ec15a67d78cc6df88c64e55f131c67dac5" and "a5145452d3517097834c09ef86b0a48806b61bc5" have entirely different histories.

View file

@ -4,7 +4,7 @@ FROM arm32v7/alpine:3.12.3@sha256:299294be8699c1b323c137f972fd0aa5eaa4b95489c213
FROM arm64v8/alpine:3.12.3@sha256:549694ea68340c26d1d85c00039aa11ad835be279bfd475ff4284b705f92c24e AS base-arm64 FROM arm64v8/alpine:3.12.3@sha256:549694ea68340c26d1d85c00039aa11ad835be279bfd475ff4284b705f92c24e AS base-arm64
FROM base-${ARCH} FROM base-${ARCH}
RUN apk --no-cache add nodejs="12.21.0-r0" RUN apk --no-cache add nodejs="12.20.1-r0"
COPY dist/universal-statuspage /universal-statuspage COPY dist/universal-statuspage /universal-statuspage