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 #32 from aaronfern/alpine_3_15_8
Browse files Browse the repository at this point in the history
Upgrade alpine base image to 3.15.8
  • Loading branch information
shreyas-s-rao authored Apr 6, 2023
2 parents 37db4d6 + a871495 commit 3c4e7fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.15.7
FROM alpine:3.15.8

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-e
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

FROM gcr.io/etcd-development/etcd:%%ETCD_VERSION%% as source
FROM alpine:3.15.7
FROM alpine:3.15.8

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.15.7
FROM alpine:3.15.8

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-9
v3.4.13-bootstrap-10

0 comments on commit 3c4e7fb

Please sign in to comment.