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 b18369b commit 665c3c4Copy full SHA for 665c3c4
Dockerfile
@@ -11,7 +11,7 @@ RUN go mod download
11
COPY . /build
12
RUN go install ./cmd
13
14
-FROM alpine:3.14.3
+FROM alpine:3.15.0
15
16
COPY --from=builder /go/bin/cmd /usr/local/bin/jwt-to-rbac
17
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Dockerfile.debug
0 commit comments