Skip to content

Commit

Permalink
chore: Bump go to 1.22.4; Bump alpine to 1.20 (#201)
Browse files Browse the repository at this point in the history
* chore: Bump go to 1.22.4; Bump alpine to 1.20

* fix: docker-cli apk version
  • Loading branch information
obalunenko authored Jun 12, 2024
1 parent b7a68be commit 4b6e326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22.3-alpine3.19 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine3.20 as builder

ARG APK_BASH_VERSION=~5
ARG APK_GIT_VERSION=~2
Expand Down Expand Up @@ -43,12 +43,12 @@ ARG TARGETARCH
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH make install-tools


FROM golang:1.22.3-alpine3.19 as releaser
FROM golang:1.22.4-alpine3.20 as releaser

ARG APK_BASH_VERSION=~5
ARG APK_BUILDBASE_VERSION=~0
ARG APK_GIT_VERSION=~2
ARG APK_DOCKER_CLI_VERSION=~25
ARG APK_DOCKER_CLI_VERSION=~26
ARG APK_DOCKER_CLI_COMPOSE_VERSION=~2
ARG APK_DOCKER_CLI_BUILDX_VERSION=~0
ARG APK_OPENSSH_VERSION=~9
Expand Down

0 comments on commit 4b6e326

Please sign in to comment.