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.26.4@sha256:68cb6d68bed024785b69195b89af7ac7a444f27791435f98647edff595aa0479 as builder
2+ FROM docker.io/library/golang:1.26.4@sha256:792443b89f65105abba56b9bd5e97f680a80074ac62fc844a584212f8c8102c3 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.23.5 @sha256:fd791d74b68913cbb027c6546007b3f0d3bc45125f797758156952bc2d6daf40
38+ FROM docker.io/library/alpine:3.24.1 @sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
3939
4040WORKDIR /home/guacamole
4141
You can’t perform that action at this time.
0 commit comments