From 4600509a472e101a70cc8892d7df2f2af7ed5afb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Dec 2025 00:57:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A3=20Update=20golang=20Docker=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | golang | 1.24 | 1.25 | | docker | golang | 1.23.1 | 1.25.5 | --- apps/decypharr/Dockerfile | 2 +- apps/pia/Dockerfile | 2 +- apps/rclone-manager/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/decypharr/Dockerfile b/apps/decypharr/Dockerfile index 68ea4e5..7cd39cc 100644 --- a/apps/decypharr/Dockerfile +++ b/apps/decypharr/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --update --no-cache tmux ttyd git && \ git clone -b $VERSION https://github.com/sirrobot01/decypharr.git /source # Stage 1: Build binaries -FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder ARG TARGETOS ARG TARGETARCH diff --git a/apps/pia/Dockerfile b/apps/pia/Dockerfile index 146756f..2182cf0 100644 --- a/apps/pia/Dockerfile +++ b/apps/pia/Dockerfile @@ -7,7 +7,7 @@ RUN apk update && apk upgrade && \ RUN git clone -b $VERSION https://github.com/thrnz/docker-wireguard-pia.git /source -FROM --platform=$BUILDPLATFORM golang:1.23.1-alpine AS wireguard-builder +FROM --platform=$BUILDPLATFORM golang:1.25.5-alpine AS wireguard-builder ARG TARGETOS ARG TARGETARCH diff --git a/apps/rclone-manager/Dockerfile b/apps/rclone-manager/Dockerfile index 27007c3..8d7cfb6 100644 --- a/apps/rclone-manager/Dockerfile +++ b/apps/rclone-manager/Dockerfile @@ -7,7 +7,7 @@ RUN apk update && apk upgrade && \ RUN git clone -b main https://github.com/iPromKnight/rclone-manager /source -FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder ARG TARGETOS ARG TARGETARCH