Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/concourse-github-pr-resource/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/decypharr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/seonaut/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/threadfin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# First stage. Building a binary
# -----------------------------------------------------------------------------
FROM golang:1.22 AS builder
FROM golang:1.27 AS builder

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion disabled/rreading-glasses/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down