Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
Merge pull request #26 from jimmylevell/dependabot/docker/nginx-1.27.3
Browse files Browse the repository at this point in the history
Bump nginx from 1.27.2 to 1.27.3
  • Loading branch information
jimmylevell authored Dec 6, 2024
2 parents c2677c2 + 7ee9b78 commit 08c76a3
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,7 +1,7 @@
###############################################################################################
# tredtrix - BASE
###############################################################################################
FROM nginx:1.27.2 as tredtrix-base
FROM nginx:1.27.3 as tredtrix-base

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / Push tredtrix docker images to GitHub Packages

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / Push tredtrix docker images to GitHub Packages

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / Push tredtrix docker images to GitHub Packages

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

WORKDIR /usr/share/nginx/html

Expand Down

0 comments on commit 08c76a3

Please sign in to comment.