Skip to content

Commit

Permalink
Merge pull request #186 from reload/arnested-patch-1
Browse files Browse the repository at this point in the history
Fix go version in Dockerfile
  • Loading branch information
arnested authored Jul 3, 2024
2 parents f0f95b3 + e050f6e commit 1a0b95f
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.23rc1-alpine AS build-env
FROM golang:1.22.5-alpine AS build-env

WORKDIR /build

Expand Down

0 comments on commit 1a0b95f

Please sign in to comment.