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

This commit is contained in:
2024-08-14 09:16:01 +00:00
parent f6b0a8dcb3
commit 801f4eb269

View File

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