Skip to content

Commit

Permalink
update dockerfile rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
mendess committed Oct 18, 2024
1 parent b948786 commit 390d986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/daphne-server/docker/example-service.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2024 Cloudflare, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause

FROM rust:1.80.1-bookworm AS builder
FROM rust:1.82-bookworm AS builder

RUN apt update && \
apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion crates/daphne-worker-test/docker/runtests.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2024 Cloudflare, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause

FROM rust:1.80.1-bookworm
FROM rust:1.82-bookworm

WORKDIR /tmp/dap_test

Expand Down

0 comments on commit 390d986

Please sign in to comment.