Skip to content

Commit bbca148

Browse files
authored
ci: ubuntu base image for cross-platform (#5)
1 parent 9e25085 commit bbca148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
# This Dockerfile is used for cross-platform builds
33

4-
FROM --platform=$TARGETPLATFORM gcr.io/distroless/cc-debian12
4+
FROM --platform=$TARGETPLATFORM ubuntu:24.04
55

66
ARG TARGETPLATFORM
77
ARG BUILDPLATFORM

0 commit comments

Comments
 (0)