From cb05f3951b3a3386fbb43e992cdc3fe81665d3e5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Sep 2026 01:35:19 +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.2 | 1.27.1 | | docker | golang | 1.22 | 1.27 | | docker | golang | 1.21 | 1.22 | | docker | golang | 1.25 | 1.27 | | docker | golang | 1.21 | 1.27 | --- apps/concourse-github-pr-resource/Dockerfile | 2 +- apps/decypharr/Dockerfile | 2 +- apps/seonaut/Dockerfile | 2 +- apps/threadfin/Dockerfile | 2 +- disabled/rreading-glasses/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/concourse-github-pr-resource/Dockerfile b/apps/concourse-github-pr-resource/Dockerfile index f84d755cf8..97274042ac 100644 --- a/apps/concourse-github-pr-resource/Dockerfile +++ b/apps/concourse-github-pr-resource/Dockerfile @@ -13,7 +13,7 @@ ADD apps/concourse-github-pr-resource/scripts/install_git_crypt.sh install_git_c RUN ./install_git_crypt.sh && rm ./install_git_crypt.sh RUN rm -rf scripts -FROM golang:1.21 as builder +FROM golang:1.27 as builder WORKDIR /go/src/github.com/telia-oss/github-pr-resource ENV GOOS=$GOOS ENV GOARCH=$GOARCH diff --git a/apps/decypharr/Dockerfile b/apps/decypharr/Dockerfile index f1364bdc7e..c7f79e6375 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.25-alpine as builder +FROM --platform=$BUILDPLATFORM golang:1.27-alpine as builder ARG TARGETOS ARG TARGETARCH diff --git a/apps/seonaut/Dockerfile b/apps/seonaut/Dockerfile index cdce48e00a..4f9d0bdc79 100644 --- a/apps/seonaut/Dockerfile +++ b/apps/seonaut/Dockerfile @@ -9,7 +9,7 @@ RUN apk update && apk upgrade && \ RUN git clone https://github.com/StJudeWasHere/seonaut.git /source -FROM golang:1.21-alpine3.18 AS builder +FROM golang:1.22-alpine3.18 AS builder RUN mkdir /app COPY --from=cloner /source/. /app diff --git a/apps/threadfin/Dockerfile b/apps/threadfin/Dockerfile index af741dbf2d..64af764f09 100644 --- a/apps/threadfin/Dockerfile +++ b/apps/threadfin/Dockerfile @@ -1,6 +1,6 @@ # First stage. Building a binary # ----------------------------------------------------------------------------- -FROM golang:1.22 AS builder +FROM golang:1.27 AS builder ARG VERSION diff --git a/disabled/rreading-glasses/Dockerfile b/disabled/rreading-glasses/Dockerfile index 7f6de4f5ba..f4f29f0fd0 100644 --- a/disabled/rreading-glasses/Dockerfile +++ b/disabled/rreading-glasses/Dockerfile @@ -10,7 +10,7 @@ RUN apk update && apk upgrade && \ RUN git clone https://github.com/blampe/rreading-glasses.git /source -FROM --platform=$BUILDPLATFORM golang:1.24.2-alpine AS build +FROM --platform=$BUILDPLATFORM golang:1.27.1-alpine AS build WORKDIR /app COPY --from=cloner /source/go.mod /source/go.sum ./