We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5785bc commit e1c80ffCopy full SHA for e1c80ff
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ WORKDIR /build
16
RUN git clone https://github.com/JonasProgrammer/docker-machine-driver-hetzner . && git checkout "${DOCKER_MACHINE_DRIVER_HETZNER_VERSION}" && rm -rf .git
17
18
19
-FROM golang:1.22.3-alpine@sha256:7e788330fa9ae95c68784153b7fd5d5076c79af47651e992a3cdeceeb5dd1df0 AS builder-go
+FROM golang:1.23.4-alpine@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812 AS builder-go
20
21
ARG BUILD_USER_UID=76543
22
ARG BUILD_USER_GID=76543
0 commit comments