Merge pull request #4722 from konidev20/upgrade-docker-golang-base-image-to-1-22

docker: update the base image to golang:1.22-alpine
This commit is contained in:
Michael Eischer 2024-03-07 13:44:48 +00:00 committed by GitHub
commit f742da8b2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.20-alpine AS builder
FROM golang:1.22-alpine AS builder
WORKDIR /go/src/github.com/restic/restic