Skip to content

Commit

Permalink
bookworm image
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Jan 6, 2025
1 parent 99945f1 commit 0cace51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

env:
IMAGE_VERSION: bullseye_rust_1.80.1-node_18.19.1
IMAGE_VERSION: bookworm_rust_1.80.1-node_18.19.1

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildpack-deps:bullseye
FROM buildpack-deps:bookworm

# ----------------------
# rust 1.80.1 via https://github.com/rust-lang/docker-rust/blob/3b6565cd3b0b7c9cb084f07461cb959f7cf77c16/1.80.1/bookworm/Dockerfile
Expand Down

0 comments on commit 0cace51

Please sign in to comment.