Skip to content

Commit

Permalink
feat: update alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Jan 13, 2025
1 parent 1ff2549 commit e8f5932
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
file: ./images/vc-rest/Dockerfile
platforms: linux/amd64,linux/arm64
build-args: |
ALPINE_VER=3.18
ALPINE_VER=3.21
GO_VER=1.23
push: true
tags: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish-mocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
platforms: linux/amd64
build-args: |
GO_IMAGE=golang
ALPINE_VER=3.18
ALPINE_VER=3.21
GO_VER=1.23
ALPINE_IMAGE=alpine
push: true
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
platforms: linux/amd64
build-args: |
GO_IMAGE=golang
ALPINE_VER=3.18
ALPINE_VER=3.21
GO_VER=1.23
ALPINE_IMAGE=alpine
push: true
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
platforms: linux/amd64
build-args: |
GO_IMAGE=golang
ALPINE_VER=3.18
ALPINE_VER=3.21
GO_VER=1.23
ALPINE_IMAGE=alpine
push: true
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
platforms: linux/amd64
build-args: |
GO_IMAGE=golang
ALPINE_VER=3.18
ALPINE_VER=3.21
GO_VER=1.23
ALPINE_IMAGE=alpine
push: true
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
platforms: linux/amd64
build-args: |
GO_IMAGE=golang
ALPINE_VER=3.18
ALPINE_VER=3.21
GO_VER=1.23
ALPINE_IMAGE=alpine
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
file: ./images/vc-rest/Dockerfile
platforms: linux/amd64,linux/arm64
build-args: |
ALPINE_VER=3.18
ALPINE_VER=3.21
GO_VER=1.23
push: true
tags: |
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ ifneq (,$(findstring undefined,"$(VC_REST_VERSION)"))
endif

# Tool commands (overridable)
ALPINE_VER ?= 3.18
GO_ALPINE_VER ?= 3.18
ALPINE_VER ?= 3.21
GO_ALPINE_VER ?= 3.21
GO_VER ?= 1.23

OS := $(shell uname)
Expand Down

0 comments on commit e8f5932

Please sign in to comment.