Skip to content

Commit c2df896

Browse files
committed
Merge branch 'main' into feature/display-resource-yaml
2 parents 2bafa7a + f0d316b commit c2df896

File tree

2 files changed

+1042
-890
lines changed

2 files changed

+1042
-890
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
WORKDIR /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

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)