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 ./