Skip to content

Commit 0a4c6cd

Browse files
committed
update Debian (13)
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 807286a commit 0a4c6cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ARG KUBO_VERSION=v0.37.0
5555
FROM --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
5959
COPY --from=xx / /
6060
ENV DEBIAN_FRONTEND=noninteractive
6161
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \

docs/dev/auditing_dockerfile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ is the local ip of the Charles proxy (non-localhost)
3434

3535
Add 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
3838
RUN apt-get update -qq; apt-get -qq install ca-certificates
3939
COPY charles-ssl-proxying-certificate.crt /usr/local/share/ca-certificates/
4040
RUN update-ca-certificates
@@ -52,7 +52,7 @@ RUN update-ca-certificates
5252

5353
Then 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
5656
golang:${GO_VERSION}-alpine => hack-build-base
5757
ubuntu:${UBUNTU_VERSION} => hack-base
5858
```

0 commit comments

Comments
 (0)