Skip to content

Commit 6bfb8bb

Browse files
chore(deps): bump nginx from 1.25.3-alpine to 1.27.3-alpine in /docker
Bumps nginx from 1.25.3-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] <[email protected]>
1 parent 1678d39 commit 6bfb8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN npm pkg delete scripts.prepare \
88
&& npm ci --omit=dev \
99
&& npm run build
1010

11-
FROM nginx:1.25.3-alpine
11+
FROM nginx:1.27.3-alpine
1212

1313
RUN adduser -D -H -u 1000 -s /bin/bash www-data -G www-data
1414

0 commit comments

Comments
 (0)