Skip to content

Commit f0d316b

Browse files
chore(deps): update nginx docker tag to v1.28.0 (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andreas Kienle <andreas.kienle@sap.com>
1 parent ff1bda4 commit f0d316b

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.5-alpine-slim@sha256:b947b2630c97622793113555e13332eec85bdc7a0ac6ab697159af78942bb856
19+
FROM nginx:1.28.0-alpine-slim@sha256:39a9a15e0a81914a96fa9ffa980cdfe08e2e5e73ae3424f341ad1f470147c413
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)