Skip to content

Commit

Permalink
c1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Aug 6, 2024
1 parent ffd9226 commit 76d77ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG version=latest
ARG version=1.20.10
FROM golang:$version

ENV GO111MODULE 'off'

COPY prism/prism/nginx/cert.crt /usr/local/share/ca-certificates/cert.crt
RUN update-ca-certificates
RUN mkdir /bin

WORKDIR /go/src/github.com/sendgrid/sendgrid-go
COPY . .

Expand Down

0 comments on commit 76d77ff

Please sign in to comment.