Skip to content

Commit 90d07ac

Browse files
chore(deps): bump nginx from 1.22.0-alpine to 1.27.3-alpine (#478)
Bumps nginx from 1.22.0-alpine to 1.27.3-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dennis van Kekem <38350840+dennisvankekem@users.noreply.github.com>
1 parent b155f57 commit 90d07ac

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
@@ -33,7 +33,7 @@ RUN npm test -- --watchAll=false
3333
RUN npm run build
3434

3535
# --------------- production stage
36-
FROM nginx:1.22.0-alpine as prod
36+
FROM nginx:1.27.3-alpine as prod
3737

3838
RUN mkdir /app
3939
RUN addgroup -S app && adduser -S app -G app -h /app -s /sbin/nologin

0 commit comments

Comments
 (0)