Skip to content

Commit

Permalink
Bump node from 20.11.1-alpine to 20.12.0-alpine in /deployment/server
Browse files Browse the repository at this point in the history
Bumps node from 20.11.1-alpine to 20.12.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 0e399bb commit 8a56a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11.1-alpine AS build
FROM node:20.12.0-alpine AS build

WORKDIR /build

Expand All @@ -19,7 +19,7 @@ RUN apk update --quiet && \
npm run --silent minify && \
rm -rf node_modules

FROM node:20.11.1-alpine
FROM node:20.12.0-alpine
LABEL maintainer="Ozren Dabić ([email protected])"
LABEL com.centurylinklabs.watchtower.scope="labeler"

Expand Down

0 comments on commit 8a56a89

Please sign in to comment.