Skip to content

Commit

Permalink
Merge pull request #717 from evsamsonov/docker-up-go-version
Browse files Browse the repository at this point in the history
Dockerfile: up go version to 1.21
  • Loading branch information
LandonTClipp committed Sep 27, 2023
2 parents 3871351 + b6f77ea commit 1ffe649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder

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

Expand Down

0 comments on commit 1ffe649

Please sign in to comment.