Skip to content

Commit ddcf86f

Browse files
dependabot[bot]pbalogh-sa
authored andcommitted
build(deps): bump alpine from 3.13.4 to 3.13.5
Bumps alpine from 3.13.4 to 3.13.5. Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c623d7 commit ddcf86f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN go mod download
1111
COPY . /build
1212
RUN go install ./cmd
1313

14-
FROM alpine:3.13.4
14+
FROM alpine:3.13.5
1515

1616
COPY --from=builder /go/bin/cmd /usr/local/bin/jwt-to-rbac
1717
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

Dockerfile.debug

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN go mod download
1111
COPY . /build
1212
RUN go install ./cmd
1313

14-
FROM alpine:3.13.4
14+
FROM alpine:3.13.5
1515

1616
COPY --from=builder /go/bin/cmd /usr/local/bin/jwt-to-rbac
1717
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

0 commit comments

Comments
 (0)