Skip to content

Commit

Permalink
feat: bump alpine version
Browse files Browse the repository at this point in the history
Signed-off-by: Homing So <[email protected]>
  • Loading branch information
hominsu committed May 22, 2024
1 parent 5ea902f commit 0cbe897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variable "AUTHOR_EMAIL" {
}

variable "ALPINE_VERSION" {
default = "3.17"
default = "3.19"
}

variable "VERSION" {
Expand All @@ -34,6 +34,7 @@ target "bencode-alpine" {
VERSION = "${VERSION}"
}
tags = [
"${REPO}/bencode:latest",
"${REPO}/bencode:alpine-${ALPINE_VERSION}-latest",
notequal("", VERSION) ? "${REPO}/bencode:alpine-${ALPINE_VERSION}-${VERSION}" : "",
]
Expand Down

0 comments on commit 0cbe897

Please sign in to comment.