Skip to content

Commit

Permalink
build(deps): bump alpine in /.conf in the dependencies group (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent e87f71c commit b96d30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .conf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#

# Step 1
FROM alpine:3.20 as build-step
FROM alpine:3.21 as build-step

Check warning on line 32 in .conf/Dockerfile

View workflow job for this annotation

GitHub Actions / build-and-push-image

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/
COPY public /public
WORKDIR /public/assets
RUN find . -type f | cut -c 3- | sort > index.txt
Expand Down

0 comments on commit b96d30f

Please sign in to comment.