Skip to content

Commit

Permalink
Merge pull request #34 from brnuts/master
Browse files Browse the repository at this point in the history
Update Dockerfile to avoid warning
  • Loading branch information
rwestphal authored Dec 3, 2024
2 parents 82d63d0 + 7a08775 commit 4ba065b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build image
# ==============================================================================

FROM ghcr.io/rust-lang/rust:nightly-bookworm as build
FROM ghcr.io/rust-lang/rust:nightly-bookworm AS build

RUN apt-get update && \
apt-get install -y build-essential \
Expand Down

0 comments on commit 4ba065b

Please sign in to comment.