We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b96c15 commit 609763cCopy full SHA for 609763c
.github/workflows/debian-12.yml .github/workflows/debian-13.yml.github/workflows/debian-12.yml renamed to .github/workflows/debian-13.yml
@@ -1,12 +1,12 @@
1
-name: debian-12
+name: debian-13
2
3
on:
4
push:
5
branches:
6
- - debian-12
+ - debian-13
7
env:
8
DEBIAN_FRONTEND: noninteractive
9
- DOCKER_TAG: debian-12
+ DOCKER_TAG: debian-13
10
11
jobs:
12
build:
Dockerfile
@@ -38,7 +38,7 @@ RUN \
38
/curlout/etc/ssl/certs/ca-certificates.crt
39
40
# final mod layer
41
-FROM debian:bookworm
+FROM debian:trixie
42
43
# environment settings
44
ARG DEBIAN_FRONTEND="noninteractive"
0 commit comments