Skip to content

Commit

Permalink
Merge pull request #16172 from MinaProtocol/dkijania/port_buster_remo…
Browse files Browse the repository at this point in the history
…val_from_master_dev

[Port to develop] Remove Buster support
  • Loading branch information
dkijania authored Oct 3, 2024
2 parents ddc829a + 1e7ee47 commit a2a872a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-ci-failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In this case, you should:
[Google Cloud](https://console.cloud.google.com/gcr/images/o1labs-192920/global/mina-toolchain)
where they have been automatically uploaded. Look for your branch name and
commit hash in the second column. You should find several images suffixed
with `-bullseye` and `-focal` (Debian versions).
with `-bullseye` or `-focal` (Debian versions).
3. For each such image, retrieve its full name and hash by hovering its link and
clicking the `Copy full image name` tooltip that appears (or retrieve it on
the image's page).
Expand Down
2 changes: 1 addition & 1 deletion automation/services/watchdog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.16-slim-buster
FROM python:3.9.16-slim-bullseye

ARG GCLOUDSDK_DOWNLOAD_URL="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-296.0.1-linux-x86_64.tar.gz"
ARG WATCHMAN_DEB_URL="http://ftp.us.debian.org/debian/pool/main/w/watchman/watchman_4.9.0-5+b1_amd64.deb"
Expand Down

0 comments on commit a2a872a

Please sign in to comment.