Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 30, 2024
1 parent 5f69cf8 commit cb0c9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . ./
RUN npm run build

##stage 2. build the production (server) environment
FROM nginx:1.23.2-alpine
FROM nginx:1.27.3-alpine

#install curl and envsubst
RUN apk --no-cache add curl
Expand Down

0 comments on commit cb0c9ca

Please sign in to comment.