Skip to content

Commit 665c3c4

Browse files
dependabot[bot]pbalogh-sa
authored andcommitted
build(deps): bump alpine from 3.14.3 to 3.15.0
Bumps alpine from 3.14.3 to 3.15.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b18369b commit 665c3c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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.14.3
14+
FROM alpine:3.15.0
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

Lines changed: 1 addition & 1 deletion
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.14.3
14+
FROM alpine:3.15.0
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)