Skip to content

Commit

Permalink
Merge pull request #105 from seart-group/dependabot/docker/docker/dev…
Browse files Browse the repository at this point in the history
…elop/nginx-1.25.1-alpine-slim
  • Loading branch information
dabico authored Jun 16, 2023
2 parents 5e9191f + cf2ebff commit 2450bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.fe
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN for file in html/js/*.js; \
do minify $file | sponge $file; \
done

FROM nginx:1.23.3-alpine-slim
FROM nginx:1.25.1-alpine-slim

COPY --from=build html /usr/share/nginx/html

Expand Down

0 comments on commit 2450bcc

Please sign in to comment.