Skip to content

Commit

Permalink
chore(deps): Update alpine Docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 30, 2024
1 parent 15116b6 commit 4bc8423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/app_cicd/cloud-build-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WORKDIR /go/src/app
RUN make out/signer
RUN cp out/signer /signer

FROM alpine:3.18
FROM alpine:3.19

### 1. Get Java via the package manager
RUN apk update \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WORKDIR /go/src/app
RUN make out/signer
RUN cp out/signer /signer

FROM alpine:3.18
FROM alpine:3.19

### 1. Get Java via the package manager
RUN apk update \
Expand Down

0 comments on commit 4bc8423

Please sign in to comment.