Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Merge pull request #41 from shreyas-s-rao/3.4.26/alpine-3.18.4
Browse files Browse the repository at this point in the history
Update alpine base image version to 3.18.4
  • Loading branch information
seshachalam-yv authored Oct 12, 2023
2 parents 516bbfc + 8711132 commit f45b3a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM gcr.io/etcd-development/etcd:v3.4.26-arm64 as source-arm64

FROM source-$TARGETARCH as source

FROM alpine:3.18.3
FROM alpine:3.18.4

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM gcr.io/etcd-development/etcd:ETCD_VERSION as source-arm64

FROM source-$TARGETARCH as source

FROM alpine:3.18.3
FROM alpine:3.18.4

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.4.26-2
v3.4.26-3

0 comments on commit f45b3a1

Please sign in to comment.