File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ ARG KUBO_VERSION=v0.37.0
5555FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx
5656
5757
58- FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-bookworm AS build-base
58+ FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-trixie AS build-base
5959COPY --from=xx / /
6060ENV DEBIAN_FRONTEND=noninteractive
6161RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ is the local ip of the Charles proxy (non-localhost)
3434
3535Add the following stages in the dockerfile:
3636``` dockerfile
37- FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-bookworm AS hack-build-base-debian
37+ FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-trixie AS hack-build-base-debian
3838RUN apt-get update -qq; apt-get -qq install ca-certificates
3939COPY charles-ssl-proxying-certificate.crt /usr/local/share/ca-certificates/
4040RUN update-ca-certificates
@@ -52,7 +52,7 @@ RUN update-ca-certificates
5252
5353Then replace any later "FROM" with our modified bases:
5454```
55- golang:${GO_VERSION}-bookworm => hack-build-base-debian
55+ golang:${GO_VERSION}-trixie => hack-build-base-debian
5656golang:${GO_VERSION}-alpine => hack-build-base
5757ubuntu:${UBUNTU_VERSION} => hack-base
5858```
You can’t perform that action at this time.
0 commit comments