Skip to content

Commit 28e190a

Browse files
committed
📣 Update golang Docker tag to v1.24.6
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | golang | 1.23.1 | 1.24.6 |
1 parent a0ed48a commit 28e190a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/pia/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk update && apk upgrade && \
77

88
RUN git clone -b $VERSION https://github.com/thrnz/docker-wireguard-pia.git /source
99

10-
FROM --platform=$BUILDPLATFORM golang:1.23.1-alpine AS wireguard-builder
10+
FROM --platform=$BUILDPLATFORM golang:1.24.6-alpine AS wireguard-builder
1111

1212
ARG TARGETOS
1313
ARG TARGETARCH

0 commit comments

Comments
 (0)