Skip to content

Commit

Permalink
CORE-2016: updated the Go version in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Dec 16, 2024
1 parent 689def1 commit 1b3ba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22 as build-root
FROM golang:1.23 AS build-root

WORKDIR /go/src/github.com/cyverse-de/subscriptions
COPY . .
Expand Down

0 comments on commit 1b3ba16

Please sign in to comment.