Skip to content

Commit 5166cce

Browse files
Merge pull request #1 from ThalesGroup/update-go1.23.6
Update go1.23.6
2 parents 72e4b74 + 253d16d commit 5166cce

3 files changed

+26
-20
lines changed

Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-non-root-usr.base

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
# Set Go & tools versions. Be carreful when upgrading these versions, make sure
2222
# to keep them in sync with the version golang
23-
ARG GOLANG_VERSION=1.23.0
24-
ARG TRIVY_VERSION=0.57.1
25-
ARG SYFT_VERSION=1.16.0
26-
ARG COSIGN_VERSION=2.4.1
23+
ARG GOLANG_VERSION=1.23.6
24+
ARG TRIVY_VERSION=0.59.1
25+
ARG SYFT_VERSION=1.19.0
26+
ARG COSIGN_VERSION=2.4.3
2727
ARG KO_VERSION=0.17.1
28-
# goreleaser v2.4.7 ships with go1.23.0
29-
ARG GORELEASER_VERSION=2.4.7
28+
# goreleaser v2.7.0 ships with go1.23.4
29+
ARG GORELEASER_VERSION=2.7.0
3030

3131
# Set Debian version name (e.g. bookworm)
3232
ARG DEBIAN_VERSION=bookworm

Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr

+14-8
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,21 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Set Go & tools versions. This needs to match the versions from the corresponding base image
16-
# ghcr.io/thalesgroup/goreleaser-glibc-image-base (the one with entrypoint /bin/bash)
17-
ARG GOLANG_VERSION=1.23.0
18-
ARG TRIVY_VERSION=0.57.1
19-
ARG SYFT_VERSION=1.16.0
20-
ARG COSIGN_VERSION=2.4.1
15+
#==============================================================================#
16+
# This container image is based on the GoLang Debian officical image and
17+
# and embarks Goreleaser "github.com/goreleaser/goreleaser" and GCC for both
18+
# linux/amd64 (x86_64) and linux/arm64 (aarch64).
19+
#==============================================================================#
20+
21+
# Set Go & tools versions. Be carreful when upgrading these versions, make sure
22+
# to keep them in sync with the version golang
23+
ARG GOLANG_VERSION=1.23.6
24+
ARG TRIVY_VERSION=0.59.1
25+
ARG SYFT_VERSION=1.19.0
26+
ARG COSIGN_VERSION=2.4.3
2127
ARG KO_VERSION=0.17.1
22-
# goreleaser v2.4.7 ships with go1.23.0
23-
ARG GORELEASER_VERSION=2.4.7
28+
# goreleaser v2.7.0 ships with go1.23.4
29+
ARG GORELEASER_VERSION=2.7.0
2430

2531
# Set Debian version name (e.g. bookworm)
2632
ARG DEBIAN_VERSION=bookworm

Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr.base

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
# Set Go & tools versions. Be carreful when upgrading these versions, make sure
2222
# to keep them in sync with the version golang
23-
ARG GOLANG_VERSION=1.23.0
24-
ARG TRIVY_VERSION=0.57.1
25-
ARG SYFT_VERSION=1.16.0
26-
ARG COSIGN_VERSION=2.4.1
23+
ARG GOLANG_VERSION=1.23.6
24+
ARG TRIVY_VERSION=0.59.1
25+
ARG SYFT_VERSION=1.19.0
26+
ARG COSIGN_VERSION=2.4.3
2727
ARG KO_VERSION=0.17.1
28-
# goreleaser v2.4.7 ships with go1.23.0
29-
ARG GORELEASER_VERSION=2.4.7
28+
# goreleaser v2.7.0 ships with go1.23.4
29+
ARG GORELEASER_VERSION=2.7.0
3030

3131
# Set Debian version name (e.g. bookworm)
3232
ARG DEBIAN_VERSION=bookworm

0 commit comments

Comments
 (0)