Skip to content

Commit

Permalink
Bump to Alpine 3.18; Azure CLI 2.49.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Jun 6, 2023
1 parent 011d58b commit 224cd1b
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.17
ARG BASE_IMAGE=alpine:3.18

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.17"}
args = {"BASE_IMAGE": "alpine:3.18"}
}

target "gcp" {
Expand All @@ -13,6 +13,6 @@ target "gcp" {
target "azure" {
target = "azure"
platforms = ["linux/amd64", "linux/arm64"]
args = {"BASE_IMAGE": "mcr.microsoft.com/azure-cli:2.48.1"}
args = {"BASE_IMAGE": "mcr.microsoft.com/azure-cli:2.49.0"}
}

0 comments on commit 224cd1b

Please sign in to comment.