Skip to content

Commit

Permalink
Bump Alpine to 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Jan 27, 2025
1 parent f9f4242 commit a42d660
Show file tree
Hide file tree
Showing 2 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
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=alpine:3.20
ARG BASE_IMAGE=alpine:3.21

FROM ${BASE_IMAGE} AS base

Expand Down
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
target "aws" {
target = "aws"
platforms = ["linux/amd64", "linux/arm64"]
args = {"BASE_IMAGE": "alpine:3.20"}
args = {"BASE_IMAGE": "alpine:3.21"}
}

target "gcp" {
Expand All @@ -13,5 +13,5 @@ target "gcp" {
target "azure" {
target = "azure"
platforms = ["linux/amd64", "linux/arm64"]
args = {"BASE_IMAGE": "alpine:3.20"}
args = {"BASE_IMAGE": "alpine:3.21"}
}

0 comments on commit a42d660

Please sign in to comment.