Skip to content

Commit 875fd00

Browse files
chore(deps): update nginx:1.25.4-alpine docker digest to 02d8d94
1 parent 088fdc7 commit 875fd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN yarn install --production
77
COPY . .
88
RUN yarn build
99

10-
FROM nginx:1.25.4-alpine@sha256:6a2f8b28e45c4adea04ec207a251fd4a2df03ddc930f782af51e315ebc76e9a9 as production
10+
FROM nginx:1.25.4-alpine@sha256:02d8d94023878cedf3e3acc55372932a9ba1478b6e2f3357786d916c2af743ba as production
1111
ENV NODE_ENV production
1212
COPY --from=builder /app/build /usr/share/nginx/html
1313
COPY nginx.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)