We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c623d7 commit ddcf86fCopy full SHA for ddcf86f
Dockerfile
@@ -11,7 +11,7 @@ RUN go mod download
11
COPY . /build
12
RUN go install ./cmd
13
14
-FROM alpine:3.13.4
+FROM alpine:3.13.5
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