Compare commits

2 Commits

Author SHA1 Message Date
717f351413 Merge pull request 'Update golang Docker tag to v1.23' (#5) from renovate/golang-1.x into main
Some checks are pending
continuous-integration/drone/push Build is running
Reviewed-on: #5
2024-11-22 09:28:50 +00:00
801f4eb269 Update golang Docker tag to v1.23
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-14 09:16:01 +00:00

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