Skip to content

Commit

Permalink
Merge pull request #3 from justereseau/renovate/gcr.io-etcd-developme…
Browse files Browse the repository at this point in the history
…nt-etcd-3.x

Update gcr.io/etcd-development/etcd Docker tag to v3.5.15
  • Loading branch information
lucasmaurice authored Aug 23, 2024
2 parents b4f87f0 + 3ed2246 commit bc293a1
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 gcr.io/etcd-development/etcd:v3.5.14 as etcd
FROM gcr.io/etcd-development/etcd:v3.5.15 as etcd

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / push-store-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/

FROM alpine:3.20.1 as builder

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / push-store-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/

Expand Down

0 comments on commit bc293a1

Please sign in to comment.