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 3681d17 commit 8660c0bCopy full SHA for 8660c0b
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.4-alpine-slim@sha256:b05aceb5ec1844435cae920267ff9949887df5b88f70e11d8b2871651a596612
+FROM nginx:1.27.5-alpine-slim@sha256:b947b2630c97622793113555e13332eec85bdc7a0ac6ab697159af78942bb856
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