We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d78720f + 340f64a commit ec0ced0Copy full SHA for ec0ced0
2 files changed
dockerfiles/golang/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
5
rm -rf /var/lib/apt/lists/*
6
7
# Now time to install golang
8
-ARG GOLANG_VERSION=1.26.1
+ARG GOLANG_VERSION=1.26.2
9
ARG TARGETARCH
10
ENV ARCHITECTURE=$TARGETARCH
11
dockerfiles/sidekick/Dockerfile
@@ -1,7 +1,7 @@
1
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
2
3
# We start from the Debian 'trixie' image.
4
-FROM debian:trixie-20260316 as prepare-stage
+FROM debian:trixie-20260406 as prepare-stage
# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
COPY *sh /usr/local/bin/
0 commit comments