Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.19.1 to 3.20.1 in /image
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19.1 to 3.20.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] committed Jun 26, 2024
1 parent ab9769c commit 9c37410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY ui ui

RUN --mount=type=secret,id=npmrc,target=/root/.npmrc make -C ui all

FROM alpine:3.19.1 as app
FROM alpine:3.20.1 as app

COPY --from=golang-builder /go/src/github.com/stackrox/infra/bin/infra-server-linux-amd64 /infra-server

Expand Down

0 comments on commit 9c37410

Please sign in to comment.