Skip to content

Commit

Permalink
chore: Update debian to 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Oct 7, 2023
1 parent e980db9 commit 7e41643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- path: postgres
version: 14
- path: debian
version: 11.6
version: 12.1
- path: ubuntu
version: 20.04
- path: buildkite-agent
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- path: postgres
version: 14
- path: debian
version: 11.6
version: 12.1
- path: ubuntu
version: 20.04
- path: buildkite-agent
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11.6
FROM debian:12.1
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
curl \
Expand Down

0 comments on commit 7e41643

Please sign in to comment.