From 894aeb9d81bedd8856b2d30f920cfde7c90583d0 Mon Sep 17 00:00:00 2001 From: Arnaud Rocher Date: Wed, 17 Sep 2025 12:37:08 +0200 Subject: [PATCH] chore(deps): update base images to trixie --- .devcontainer/Dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 66faa20..932f43b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.1-bookworm +FROM golang:1.25.1-trixie # [Optional] Uncomment the next line to use go get to install anything else you need # RUN go get -x diff --git a/Dockerfile b/Dockerfile index cd42b8f..4e614b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.7.0 AS xx -FROM --platform=$BUILDPLATFORM golang:1.25.1-bookworm AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.1-trixie AS builder COPY --from=xx / /