Skip to content

Commit

Permalink
Fips changes minor
Browse files Browse the repository at this point in the history
  • Loading branch information
zulfilee committed Jul 1, 2023
1 parent 9e0f905 commit fe7a63a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Build the manager binary
FROM golang:1.19.8 as builder
FROM golang:1.19.10-alpine3.18 as builder

RUN apk update
RUN apk add git gcc g++ curl

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit fe7a63a

Please sign in to comment.