Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent 7a4c4c5 commit fd28fe6
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
@@ -1,5 +1,5 @@
# Use the Nginx image from Docker Hub
FROM nginx:1.26.1-alpine@sha256:208ae3c180b7d26f6a8046fac4c8468b2ab8bd92123ab73f9c5ad0f6f1c5543d
FROM nginx:1.27.0-alpine@sha256:1e67a3c8607fe555f47dc8a72f25424b10273639136c061c508628da3112f90e

# Copy the HTML file to the Nginx document root
COPY index.html /usr/share/nginx/html

0 comments on commit fd28fe6

Please sign in to comment.