Skip to content

Commit

Permalink
chore(deps): bump nginx from 1.27.0-alpine to 1.27.2-alpine in /relea…
Browse files Browse the repository at this point in the history
…se in the docker group across 1 directory (#103)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damian Żółtowski <damian.zoltowski@4chain.studio>
  • Loading branch information
dependabot[bot] and dzolt-4chain authored Oct 11, 2024
1 parent d2626d3 commit 0caa143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN yarn run build

# App final stage
# serving the production build
FROM --platform=$TARGETPLATFORM nginx:1.27.0-alpine
FROM --platform=$TARGETPLATFORM nginx:1.27.2-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 0caa143

Please sign in to comment.