Skip to content

Commit

Permalink
chore: Bump alpine image to 3.18 (#1383)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Stasyszyn <[email protected]>
  • Loading branch information
bstasyszyn committed Aug 21, 2023
1 parent 9d11e8c commit 76fb8c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
file: ./images/vc-rest/Dockerfile
platforms: linux/amd64,linux/arm64
build-args: |
ALPINE_VER=3.15
ALPINE_VER=3.18
GO_VER=1.20
push: true
tags: |
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.15
ALPINE_VER=3.18
GO_VER=1.20
push: true
tags: |
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ifneq (,$(findstring undefined,"$(VC_REST_VERSION)"))
endif

# Tool commands (overridable)
ALPINE_VER ?= 3.16.5
GO_ALPINE_VER ?= 3.16
ALPINE_VER ?= 3.18
GO_ALPINE_VER ?= 3.18
GO_VER ?= 1.20

OS := $(shell uname)
Expand Down

0 comments on commit 76fb8c9

Please sign in to comment.