Skip to content

Commit

Permalink
Merge pull request restic#5211 from MichaelEischer/bump-dockerfile-go…
Browse files Browse the repository at this point in the history
…-version

Bump dockerfile to go 1.23
  • Loading branch information
rawtaz authored Jan 19, 2025
2 parents 8b63e1c + d5a9458 commit ed3922a
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.22-alpine AS builder
FROM golang:1.23-alpine AS builder

WORKDIR /go/src/github.com/restic/restic

Expand Down

0 comments on commit ed3922a

Please sign in to comment.