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
55
55
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx
56
56
57
57
58
- FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-bookworm AS build-base
58
+ FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-trixie AS build-base
59
59
COPY --from=xx / /
60
60
ENV DEBIAN_FRONTEND=noninteractive
61
61
RUN 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)
34
34
35
35
Add the following stages in the dockerfile:
36
36
``` 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
38
38
RUN apt-get update -qq; apt-get -qq install ca-certificates
39
39
COPY charles-ssl-proxying-certificate.crt /usr/local/share/ca-certificates/
40
40
RUN update-ca-certificates
@@ -52,7 +52,7 @@ RUN update-ca-certificates
52
52
53
53
Then replace any later "FROM" with our modified bases:
54
54
```
55
- golang:${GO_VERSION}-bookworm => hack-build-base-debian
55
+ golang:${GO_VERSION}-trixie => hack-build-base-debian
56
56
golang:${GO_VERSION}-alpine => hack-build-base
57
57
ubuntu:${UBUNTU_VERSION} => hack-base
58
58
```
You can’t perform that action at this time.
0 commit comments