Skip to content

Commit

Permalink
Merge pull request #4722 from konidev20/upgrade-docker-golang-base-im…
Browse files Browse the repository at this point in the history
…age-to-1-22

docker: update the base image to golang:1.22-alpine
  • Loading branch information
MichaelEischer committed Mar 7, 2024
2 parents af16847 + b48b1fa commit f742da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f742da8

Please sign in to comment.