Skip to content

Commit

Permalink
fix: go version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Oct 18, 2024
1 parent 2ed9cf9 commit 494697b
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,6 +1,6 @@
# We use the -alpine build image to build Nebula agains musl because we need
# CGO to be enabled and I'd like use an alpine base image for the final image.
FROM golang:1.19-alpine AS builder
FROM golang:1.23-alpine AS builder

# Switch to an isolated build directory
WORKDIR /build
Expand Down

0 comments on commit 494697b

Please sign in to comment.