diff --git a/Dockerfile b/Dockerfile index c2aa1ae..ea6cdb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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