Skip to content

Commit

Permalink
Merge dependabot/docker/nginx-1.25.3-alpine into combined-prs-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 1, 2023
2 parents 8dc4a68 + 2489670 commit 1ae0ddf
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 @@ -25,7 +25,7 @@ HEALTHCHECK --interval=8s --timeout=15s --start-period=120s --retries=128 CMD wg
CMD ["nginx"]


FROM nginx:1.25.2-alpine AS production
FROM nginx:1.25.3-alpine AS production
EXPOSE 8080
WORKDIR /var/www/mender-gui/dist
ARG GIT_COMMIT_TAG
Expand Down

0 comments on commit 1ae0ddf

Please sign in to comment.