Skip to content

Commit

Permalink
Update caddy Docker tag to v2.9.1 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 1d81ec5 commit 008fa15
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
Expand Up @@ -10,7 +10,7 @@ COPY . .

RUN npm run build

FROM caddy:2.8.4-alpine as runtime
FROM caddy:2.9.1-alpine as runtime

Check warning on line 13 in Dockerfile

View workflow job for this annotation

GitHub Actions / Publish rfd-fyi-frontend

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 /my-site

Expand Down

0 comments on commit 008fa15

Please sign in to comment.