Skip to content

Commit

Permalink
Fix go version in Dockerfile (#222)
Browse files Browse the repository at this point in the history
* Fix go version in Dockerfile

* Update Dockerfile
  • Loading branch information
arnested authored Jul 3, 2024
1 parent 3a7e6d8 commit 526ca02
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 526ca02

Please sign in to comment.