We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bdc1d commit 5edf172Copy full SHA for 5edf172
1 file changed
image/Dockerfile
@@ -12,7 +12,7 @@ COPY ui ui
12
13
RUN make -C ui all
14
15
-FROM alpine:3.22.2 as app
+FROM alpine:3.23.0 as app
16
17
COPY --from=golang-builder /go/src/github.com/stackrox/infra/bin/infra-server-linux-amd64 /infra-server
18
0 commit comments