Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

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 78f5eb6 commit 5f5203f
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,10 +1,13 @@
# syntax = docker/dockerfile:1-experimental

# Build the manager binary
FROM golang:1.19.8 as builder
FROM golang:1.19.10-alpine3.18 as builder
ARG CRYPTO_LIB
ENV GOEXPERIMENT=${CRYPTO_LIB:+boringcrypto}

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

WORKDIR /workspace
# Copy the Go Modules manifests
COPY go.mod go.mod
Expand Down

0 comments on commit 5f5203f

Please sign in to comment.