File tree Expand file tree Collapse file tree 2 files changed +1042
-890
lines changed
Expand file tree Collapse file tree 2 files changed +1042
-890
lines changed Original file line number Diff line number Diff line change 11# Use the latest LTS version of Node.js
22# https://hub.docker.com/_/node
3- FROM node:22-alpine3.20@sha256:40be979442621049f40b1d51a26b55e281246b5de4e5f51a18da7beb6e17e3f9 AS build-stage
3+ FROM node:22-alpine3.20@sha256:686b8892b69879ef5bfd6047589666933508f9a5451c67320df3070ba0e9807b AS build-stage
44WORKDIR /usr/src/app
55
66# Copy package.json and package-lock.json
@@ -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
2121COPY nginx.conf /etc/nginx/templates/default.conf.template
2222COPY --from=build-stage /usr/src/app/dist /usr/share/nginx/html
You can’t perform that action at this time.
0 commit comments