Skip to content

Commit

Permalink
chore(deps): bump the docker group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the docker group with 2 updates in the /release directory: node and nginx.


Updates `node` from 18-alpine to 22-alpine

Updates `nginx` from 1.25.1-alpine to 1.27.0-alpine

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 12c5de9 commit b26e540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM --platform=$TARGETPLATFORM node:18-alpine as build
FROM --platform=$TARGETPLATFORM node:22-alpine as build

WORKDIR /app

Expand All @@ -24,7 +24,7 @@ RUN yarn run build

# App final stage
# serving the production build
FROM --platform=$TARGETPLATFORM nginx:1.25.1-alpine
FROM --platform=$TARGETPLATFORM nginx:1.27.0-alpine

# We need some custom nginx configuration, which we import here
COPY release/nginx.default.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit b26e540

Please sign in to comment.