Skip to content

Commit

Permalink
deps(container): Bumping debian to 11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Jan 4, 2023
1 parent c4952e5 commit d3a98b6
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.5
version: 11.6
- 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.5
version: 11.6
- 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.5
FROM debian:11.6
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
curl \
Expand Down

0 comments on commit d3a98b6

Please sign in to comment.