Update golang Docker tag to v1.25
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-14 10:03:27 +00:00
parent 598fc6536f
commit c07e8209cc

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
RUN apk add --no-cache git