Skip to content

Commit a3ffd2f

Browse files
committed
downgrade Dockerfile base image Go version
1 parent c7f41cf commit a3ffd2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# We use the -alpine build image to build Nebula agains musl because we need
22
# CGO to be enabled and I'd like use an alpine base image for the final image.
3-
FROM golang:1.21-alpine AS builder
3+
FROM golang:1.19-alpine AS builder
44

55
# Switch to an isolated build directory
66
WORKDIR /build

0 commit comments

Comments
 (0)