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 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao authored Aug 16, 2023
1 parent f6a7b7c commit 3ac2237
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 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.13-arm64 as source-arm64

FROM source-$TARGETARCH as source

FROM alpine:3.18.2
FROM alpine:3.18.3

WORKDIR /

Expand Down
14 changes: 0 additions & 14 deletions Dockerfile-e

This file was deleted.

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.13-bootstrap-12
v3.4.13-bootstrap-13

0 comments on commit 3ac2237

Please sign in to comment.