Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.21.0 to 3.21.2 in /image (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent 59874f7 commit fc958bd
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.21.0 as app
FROM alpine:3.21.2 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 fc958bd

Please sign in to comment.