Skip to content

Commit 687c02f

Browse files
authored
Merge pull request #8 from qitpy/snyk-fix-ec410b84d743ef56049605d0de703245
[Snyk] Security upgrade nginx from 1-alpine to 1.24-alpine
2 parents b274b4f + f8cbda3 commit 687c02f

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-alpine
12+
FROM nginx:1.24-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)