File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Build the guacamole binary
2- FROM docker.io/library/golang:1.24.1 @sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268 as builder
2+ FROM docker.io/library/golang:1.24.5 @sha256:14fd8a55e59a560704e5fc44970b301d00d344e45d6b914dda228e09f359a088 as builder
33ARG TARGETOS
44ARG TARGETARCH
55ARG PACKAGE=github.com/padok-team/guacamole
@@ -35,7 +35,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a \
3535 -X ${PACKAGE}/internal/version.BuildTimestamp=${BUILD_TIMESTAMP}" \
3636 -o bin/guacamole main.go
3737
38- FROM docker.io/library/alpine:3.21.3 @sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
38+ FROM docker.io/library/alpine:3.21.4 @sha256:b6a6be0ff92ab6db8acd94f5d1b7a6c2f0f5d10ce3c24af348d333ac6da80685
3939
4040WORKDIR /home/guacamole
4141
You can’t perform that action at this time.
0 commit comments