Update golang Docker tag to v1.25 #7

Open
renovate wants to merge 1 commits from renovate/golang-1.x into main

View File

@@ -1,4 +1,4 @@
FROM golang:1.23-alpine AS builder FROM golang:1.25-alpine AS builder
ARG RESTIC_VERSION=0.17.3 ARG RESTIC_VERSION=0.17.3
RUN apk add --no-cache git RUN apk add --no-cache git