Skip to content

Commit 10d99c2

Browse files
authored
Merge pull request #23 from qitpy/snyk-fix-e81eaf71fe7e0c72f7a404ea05f6dc6e
[Snyk] Security upgrade nginx from 1.24-alpine to 1.25.3-alpine
2 parents 418ae21 + e7b5893 commit 10d99c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . .
99
RUN yarn run build
1010

1111
# production environment
12-
FROM nginx:1.24-alpine
12+
FROM nginx:1.25.3-alpine
1313
COPY --from=build /app/build /usr/share/nginx/html
1414
COPY ./deployment/nginx/default.conf /etc/nginx/conf.d/default.conf
1515
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)