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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao committed Feb 14, 2024
1 parent 5672e47 commit 4a51010
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
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.4
FROM alpine:3.18.6

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.4
FROM alpine:3.18.6

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-4
v3.4.26-5

0 comments on commit 4a51010

Please sign in to comment.