Merge pull request 'Update dependency nodejs to v12.22.6-r0' (#144) from renovate/base-dependencies into develop
continuous-integration/drone/push Build is passing Details

Reviewed-on: #144
This commit is contained in:
Samuel Philipp 2021-09-04 08:53:37 +00:00
commit 1012558ee9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ FROM arm32v7/alpine:3.14.2@sha256:e12ff876f0075740ed3d7bdf788107ae84c1b3dd6dc98b
FROM arm64v8/alpine:3.14.2@sha256:b06a5cf61b2956088722c4f1b9a6f71dfe95f0b1fe285d44195452b8a1627de7 AS base-arm64
FROM base-${ARCH}
RUN apk --no-cache add nodejs="12.22.4-r0"
RUN apk --no-cache add nodejs="12.22.6-r0"
COPY dist/universal-statuspage /universal-statuspage