Skip to content

Commit

Permalink
Merge pull request #755 from ifross89/patch-1
Browse files Browse the repository at this point in the history
Dockerfile: up go version to 1.22
  • Loading branch information
LandonTClipp committed Feb 9, 2024
2 parents f513d5d + 3b76444 commit cd5cc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine as builder
FROM golang:1.22-alpine as builder

RUN apk --update add --no-cache gcc musl-dev

Expand Down

0 comments on commit cd5cc5a

Please sign in to comment.