Skip to content

Commit

Permalink
build(deps): bump alpine from 3.16.2 to 3.17.1
Browse files Browse the repository at this point in the history
Bumps alpine from 3.16.2 to 3.17.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pbalogh-sa committed Jan 25, 2023
1 parent 981713a commit 98479ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN go mod download
COPY . /build
RUN go install ./cmd

FROM alpine:3.16.2
FROM alpine:3.17.1

COPY --from=builder /go/bin/cmd /usr/local/bin/jwt-to-rbac
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN go mod download
COPY . /build
RUN go install ./cmd

FROM alpine:3.16.2
FROM alpine:3.17.1

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

0 comments on commit 98479ec

Please sign in to comment.