Skip to content

Commit

Permalink
feat(volsync): update docker.io/library/golang ( 1.22 → 1.23 ) (#1080)
Browse files Browse the repository at this point in the history
Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com>
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
  • Loading branch information
bot-ross[bot] and onedr0p authored Sep 4, 2024
1 parent 08a6275 commit d93dd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/volsync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VERSION
FROM docker.io/library/golang:1.22-alpine as volsync
FROM docker.io/library/golang:1.23-alpine as volsync

Check warning on line 2 in apps/volsync/Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / Build/Test volsync (linux/amd64)

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 2 in apps/volsync/Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / Build/Test volsync (linux/arm64)

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/
ARG VERSION
ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit d93dd22

Please sign in to comment.