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
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent 6912471 commit a59b80a
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 a59b80a

Please sign in to comment.