Skip to content

Commit 9e4cb7a

Browse files
authored
[Dependencies] Update alpine to 3.22 (#29)
1 parent eb43902 commit 9e4cb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sidecarproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN GOOS=linux \
3333
# Output stage: Copies binary to an alpine based image
3434
#
3535

36-
FROM gcr.io/iguazio/alpine:3.17
36+
FROM gcr.io/iguazio/alpine:3.22
3737

3838
# copy app binary from build stage
3939
COPY --from=builder /sidecar-proxy/proxy_server /usr/local/bin

0 commit comments

Comments
 (0)