Merge pull request 'Update dependency nodejs to v12.21.0-r0' (#89) from renovate/base-dependencies into develop
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #89
This commit is contained in:
commit
10a3e7ec15
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM arm32v7/alpine:3.12.3@sha256:299294be8699c1b323c137f972fd0aa5eaa4b95489c213
|
|||
FROM arm64v8/alpine:3.12.3@sha256:549694ea68340c26d1d85c00039aa11ad835be279bfd475ff4284b705f92c24e AS base-arm64
|
||||
FROM base-${ARCH}
|
||||
|
||||
RUN apk --no-cache add nodejs="12.20.1-r0"
|
||||
RUN apk --no-cache add nodejs="12.21.0-r0"
|
||||
|
||||
COPY dist/universal-statuspage /universal-statuspage
|
||||
|
||||
|
|
Reference in a new issue