Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 21d7d33 commit 802961b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/snapshot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . ./
RUN npm run build

# production environment
FROM nginx:1.25.3-alpine
FROM nginx:1.26.0-alpine
COPY --from=build /app/build /usr/share/nginx/html
# new
#COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 802961b

Please sign in to comment.