We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e280414 commit 9d0e313Copy full SHA for 9d0e313
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM golang:1.17 as build
+FROM golang:1.23 AS build
2
WORKDIR /go/src/github.com/ccatp/authn-proxy
3
COPY . .
4
RUN go get -d -v
5
RUN go test -v
6
RUN CGO_ENABLED=0 GOOS=linux go install -a -v
7
8
-FROM alpine:latest as certs
+FROM alpine:latest AS certs
9
RUN apk --update add ca-certificates
10
11
FROM scratch
0 commit comments