Skip to content

Commit 609763c

Browse files
committed
Generate debian-13 modlayer
1 parent 5b96c15 commit 609763c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: debian-12
1+
name: debian-13
22

33
on:
44
push:
55
branches:
6-
- debian-12
6+
- debian-13
77
env:
88
DEBIAN_FRONTEND: noninteractive
9-
DOCKER_TAG: debian-12
9+
DOCKER_TAG: debian-13
1010

1111
jobs:
1212
build:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN \
3838
/curlout/etc/ssl/certs/ca-certificates.crt
3939

4040
# final mod layer
41-
FROM debian:bookworm
41+
FROM debian:trixie
4242

4343
# environment settings
4444
ARG DEBIAN_FRONTEND="noninteractive"

0 commit comments

Comments
 (0)