Skip to content

Commit

Permalink
bump go version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Sep 9, 2024
1 parent aa14dc8 commit 7b61b89
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,5 +1,5 @@
# First stage: build the Go binary
FROM golang:1.21-alpine AS builder
FROM golang:1.23-alpine AS builder

# Install make and other build dependencies
RUN apk --no-cache add make gcc musl-dev
Expand Down

0 comments on commit 7b61b89

Please sign in to comment.