Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

[Snyk] Security upgrade nginx from alpine to 1.20-alpine #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion todo-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN yarn build
RUN ls

# Runtime web server
FROM nginx:alpine
FROM nginx:1.20-alpine
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=ui-build app-client/dist/todo-client /usr/share/nginx/html