2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 08:00:48 +00:00

docker: update the base image to golang:1.22-alpine

This commit is contained in:
Srigovind Nayak 2024-03-03 16:18:13 +05:30
parent b953dc8f58
commit b48b1fa2c9
No known key found for this signature in database
GPG Key ID: 3C4A72A34ABD4C43

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 WORKDIR /go/src/github.com/restic/restic