Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent b165f9f commit 58ef535
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:33001975a6ea5a2b78d108b64bdc89b434e31f523d3bc641ca2a3136d9024df8
FROM nginx:1.27.1-alpine@sha256:c04c18adc2a407740a397c8407c011fc6c90026a9b65cceddef7ae5484360158

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

0 comments on commit 58ef535

Please sign in to comment.