Skip to content

Commit 31e349c

Browse files
build(deps): bump nginx from bc5eac5 to 9d6b58f
Bumps nginx from `bc5eac5` to `9d6b58f`. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2da27cf commit 31e349c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN npm ci
55
COPY ./ .
66
RUN npm run build
77

8-
FROM nginx@sha256:bc5eac5eafc581aeda3008b4b1f07ebba230de2f27d47767129a6a905c84f470 as production-stage
8+
FROM nginx@sha256:9d6b58feebd2dbd3c56ab5853333d627cc6e281011cfd6050fa4bcf2072c9496 as production-stage
99
RUN mkdir /app
1010
COPY --from=build-stage /app/dist /app
1111
COPY nginx.crt /etc/ssl/

0 commit comments

Comments
 (0)