Skip to content

Commit fa079a7

Browse files
committedJun 15, 2023
fix building in docker
1 parent 8d0c97c commit fa079a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20 as build
1+
FROM golang:1.20-bullseye as build
22
WORKDIR /build-dir
33
COPY go.mod .
44
COPY go.sum .

0 commit comments

Comments
 (0)
Please sign in to comment.