diff --git a/Dockerfile b/Dockerfile index 8bae899c..8a4e9c27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN npm run build # Use the latest LTS version of Nginx as the serving image # https://hub.docker.com/_/nginx -FROM nginx:1.27.5-alpine-slim@sha256:b947b2630c97622793113555e13332eec85bdc7a0ac6ab697159af78942bb856 +FROM nginx:1.28.0-alpine-slim@sha256:39a9a15e0a81914a96fa9ffa980cdfe08e2e5e73ae3424f341ad1f470147c413 COPY nginx.conf /etc/nginx/templates/default.conf.template COPY --from=build-stage /usr/src/app/dist /usr/share/nginx/html \ No newline at end of file