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 3953884 commit 73cede6Copy full SHA for 73cede6
.github/workflows/debian-11.yml .github/workflows/debian-12.yml.github/workflows/debian-11.yml renamed to .github/workflows/debian-12.yml
@@ -1,12 +1,12 @@
1
-name: debian-11
+name: debian-12
2
3
on:
4
push:
5
branches:
6
- - debian-11
+ - debian-12
7
env:
8
DEBIAN_FRONTEND: noninteractive
9
- DOCKER_TAG: debian-11
+ DOCKER_TAG: debian-12
10
11
jobs:
12
build:
Dockerfile
@@ -32,7 +32,7 @@ RUN \
32
/curlout/etc/ssl/certs/ca-certificates.crt
33
34
# final mod layer
35
-FROM debian:bullseye
+FROM debian:bookworm
36
37
# environment settings
38
ARG DEBIAN_FRONTEND="noninteractive"
0 commit comments