Skip to content

Commit d8ba087

Browse files
chore(deps): update debian docker tag to v13 (#96)
1 parent e69917b commit d8ba087

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# SPDX-License-Identifier: Apache-2.0
1919
#
20-
ARG BASE=debian:12.11-slim
20+
ARG BASE=debian:13.1-slim
2121

2222
FROM $BASE AS build-layer
2323

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ target "default" {
5757
"postgis"
5858
]
5959
pgMajor = ["${pgMajor}"]
60-
base = ["debian:bookworm-slim"]
60+
base = ["debian:trixie-slim"]
6161
}
6262

6363
platforms = [

0 commit comments

Comments
 (0)