Skip to content

Commit

Permalink
Merge pull request #19 from GlueOps/renovate/nginx-1.26.x
Browse files Browse the repository at this point in the history
chore(deps): update nginx docker tag to v1.26.2
  • Loading branch information
venkatamutyala authored Sep 6, 2024
2 parents b165f9f + 6f7f8ed commit c76d09e
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.26.2-alpine@sha256:d4d72ee8e6d028c5ad939454164d3645be2d38afb5c352277926a48e24abf4fa

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

0 comments on commit c76d09e

Please sign in to comment.