We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69917b commit d8ba087Copy full SHA for d8ba087
Dockerfile
@@ -17,7 +17,7 @@
17
#
18
# SPDX-License-Identifier: Apache-2.0
19
20
-ARG BASE=debian:12.11-slim
+ARG BASE=debian:13.1-slim
21
22
FROM $BASE AS build-layer
23
docker-bake.hcl
@@ -57,7 +57,7 @@ target "default" {
57
"postgis"
58
]
59
pgMajor = ["${pgMajor}"]
60
- base = ["debian:bookworm-slim"]
+ base = ["debian:trixie-slim"]
61
}
62
63
platforms = [
0 commit comments