Skip to content

Commit 67edf96

Browse files
committed
fix type of C.malloc in cgo
Also, upgrade base image to 1.22
1 parent 853629c commit 67edf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.hub.docker.com/library/golang:1.20-alpine3.16 AS build
1+
FROM registry.hub.docker.com/library/golang:1.22-alpine3.18 AS build
22

33
# Install build depdencies for all supported arches
44
RUN apk --no-cache add bash build-base cmake device-mapper findutils git \

0 commit comments

Comments
 (0)