Skip to content

Commit

Permalink
Update to latest debian stable release
Browse files Browse the repository at this point in the history
Debian 12 (bookworm) is now stable. We should update our builds to start
using this going forward.
  • Loading branch information
pkwarren committed Jun 28, 2023
1 parent 3360dab commit a34bf4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM debian:bullseye-20230612
FROM debian:bookworm-20230612

CMD echo this is a dummy file used to automate dependency upgrades for plugins
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.golang
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM golang:1.20.5-bullseye
FROM golang:1.20.5-bookworm

CMD echo this is a dummy file used to automate dependency upgrades for plugins

0 comments on commit a34bf4c

Please sign in to comment.