Skip to content

Commit

Permalink
Merge pull request #46 from mundialis/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
Update alpine Docker tag to v3.21
  • Loading branch information
mmacata authored Dec 17, 2024
2 parents 5bbf561 + 09fb935 commit 31e0b3d
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,4 +1,4 @@
FROM alpine:3.20 as base
FROM alpine:3.21 as base

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / build and push

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/

RUN apk add openjdk8

Expand Down

0 comments on commit 31e0b3d

Please sign in to comment.