Skip to content

Commit 7e41643

Browse files
committed
chore: Update debian to 12.1
1 parent e980db9 commit 7e41643

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- path: postgres
2121
version: 14
2222
- path: debian
23-
version: 11.6
23+
version: 12.1
2424
- path: ubuntu
2525
version: 20.04
2626
- path: buildkite-agent

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- path: postgres
2121
version: 14
2222
- path: debian
23-
version: 11.6
23+
version: 12.1
2424
- path: ubuntu
2525
version: 20.04
2626
- path: buildkite-agent
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:11.6
1+
FROM debian:12.1
22
ENV DEBIAN_FRONTEND=noninteractive
33
RUN apt-get update && apt-get install -y \
44
curl \

0 commit comments

Comments
 (0)