Skip to content

Commit 8660c0b

Browse files
chore(deps): update nginx docker tag to v1.27.5 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3681d17 commit 8660c0b

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
@@ -16,7 +16,7 @@ RUN npm run build
1616

1717
# Use the latest LTS version of Nginx as the serving image
1818
# https://hub.docker.com/_/nginx
19-
FROM nginx:1.27.4-alpine-slim@sha256:b05aceb5ec1844435cae920267ff9949887df5b88f70e11d8b2871651a596612
19+
FROM nginx:1.27.5-alpine-slim@sha256:b947b2630c97622793113555e13332eec85bdc7a0ac6ab697159af78942bb856
2020

2121
COPY nginx.conf /etc/nginx/templates/default.conf.template
2222
COPY --from=build-stage /usr/src/app/dist /usr/share/nginx/html

0 commit comments

Comments
 (0)