Skip to content

Commit fe7a63a

Browse files
committed
Fips changes minor
1 parent 9e0f905 commit fe7a63a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Build the manager binary
2-
FROM golang:1.19.8 as builder
2+
FROM golang:1.19.10-alpine3.18 as builder
3+
4+
RUN apk update
5+
RUN apk add git gcc g++ curl
36

47
WORKDIR /workspace
58
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)