Skip to content

Commit

Permalink
build(deps): bump alpine from eece025 to 34871e7
Browse files Browse the repository at this point in the history
Bumps alpine from `eece025` to `34871e7`.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 1803896 commit 3042bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY .mpsrc ./
RUN npm run build
RUN npm prune --production

FROM alpine:latest@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
FROM alpine:latest@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0

RUN addgroup -g 1000 node && adduser -u 1000 -G node -s /bin/sh -D node
RUN apk update && apk upgrade --no-cache && apk add nodejs --no-cache
Expand Down

0 comments on commit 3042bd2

Please sign in to comment.