Skip to content

Commit 9e3578b

Browse files
authored
Merge pull request #1 from PostHog/bookworm
Upgrade to Bookworm
2 parents 99945f1 + 0cace51 commit 9e3578b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
env:
13-
IMAGE_VERSION: bullseye_rust_1.80.1-node_18.19.1
13+
IMAGE_VERSION: bookworm_rust_1.80.1-node_18.19.1
1414

1515
steps:
1616
- name: Checkout code

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:bullseye
1+
FROM buildpack-deps:bookworm
22

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

0 commit comments

Comments
 (0)