1 Commits

Author SHA1 Message Date
c3b1c23887 Update golang Docker tag to v1.26
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-11 09:06:59 +00:00

View File

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