We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99945f1 + 0cace51 commit 9e3578bCopy full SHA for 9e3578b
.github/workflows/docker-build-push.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
env:
13
- IMAGE_VERSION: bullseye_rust_1.80.1-node_18.19.1
+ IMAGE_VERSION: bookworm_rust_1.80.1-node_18.19.1
14
15
steps:
16
- name: Checkout code
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM buildpack-deps:bullseye
+FROM buildpack-deps:bookworm
2
3
# ----------------------
4
# rust 1.80.1 via https://github.com/rust-lang/docker-rust/blob/3b6565cd3b0b7c9cb084f07461cb959f7cf77c16/1.80.1/bookworm/Dockerfile
0 commit comments