Skip to content

Commit 09b2d05

Browse files
build(deps): bump nginx from bc5eac5 to 0a399eb
Bumps nginx from `bc5eac5` to `0a399eb`. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c79d132 commit 09b2d05

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:0a399eb16751829e1af26fea27b20c3ec28d7ab1fb72182879dcae1cca21206a 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)