소스 검색

ci: update Debian packager Docker image to Trixie

Frédéric Guillot 3 달 전
부모
커밋
78fa92bb33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packaging/debian/Dockerfile

+ 1 - 1
packaging/debian/Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/golang:1.25-bookworm AS build
+FROM docker.io/golang:1-trixie AS build
 
 ENV DEBIAN_FRONTEND=noninteractive