Skip to content

Commit

Permalink
Merge pull request #743 from codecentric/renovate/nginx-1.x
Browse files Browse the repository at this point in the history
chore(deps): update nginx docker tag to v1.27.1
  • Loading branch information
renovate[bot] authored Sep 18, 2024
2 parents 5718ac0 + 38f3414 commit d488fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.25.4
FROM nginx:1.27.1
COPY build/ /usr/share/nginx/html/dist
COPY nginx.conf /etc/nginx/nginx.conf
COPY ./docker-entrypoint.sh /
Expand Down

0 comments on commit d488fd2

Please sign in to comment.