We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1bda4 commit f0d316bCopy full SHA for f0d316b
Dockerfile
@@ -16,7 +16,7 @@ RUN npm run build
16
17
# Use the latest LTS version of Nginx as the serving image
18
# https://hub.docker.com/_/nginx
19
-FROM nginx:1.27.5-alpine-slim@sha256:b947b2630c97622793113555e13332eec85bdc7a0ac6ab697159af78942bb856
+FROM nginx:1.28.0-alpine-slim@sha256:39a9a15e0a81914a96fa9ffa980cdfe08e2e5e73ae3424f341ad1f470147c413
20
21
COPY nginx.conf /etc/nginx/templates/default.conf.template
22
COPY --from=build-stage /usr/src/app/dist /usr/share/nginx/html
0 commit comments