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

Commit

Permalink
Update alpine base image version to 3.18.3 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao authored Aug 16, 2023
1 parent f550c41 commit 516bbfc
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.2
FROM alpine:3.18.3

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.2
FROM alpine:3.18.3

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
v3.4.26-2

0 comments on commit 516bbfc

Please sign in to comment.