Skip to content

Commit

Permalink
Update Go version for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Mar 13, 2024
1 parent 51b366c commit 89b5306
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
Expand Up @@ -11,7 +11,7 @@
# (This will also expose the default ports: 12345 and 8045.)

# Step one: fetch deps and build
FROM golang:1.17.3 AS build
FROM golang:1.22.1 AS build

ADD . /go/src/github.com/irccloud/irccat
WORKDIR /go/src/github.com/irccloud/irccat
Expand Down

0 comments on commit 89b5306

Please sign in to comment.