Skip to content

Commit 864c661

Browse files
authored
Merge pull request #13 from sammyfilly/snyk-fix-7f66215b98f457e2b707cca2367de669
[Snyk] Security upgrade nginx from 1.17.8-alpine to 1.25.2-alpine
2 parents 7b01f54 + b015707 commit 864c661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN npm install --omit=dev --omit=optional
1313

1414
RUN npm run build
1515

16-
FROM nginx:1.17.8-alpine
16+
FROM nginx:1.25.2-alpine
1717

1818
WORKDIR /patch
1919

0 commit comments

Comments
 (0)