Skip to content

Commit

Permalink
Merge pull request #390 from tktcorporation/dependabot/docker/docker/…
Browse files Browse the repository at this point in the history
…rust-1.74.0-slim-bullseye

⬆️ Bump rust from 1.72.1-slim-bullseye to 1.74.0-slim-bullseye in /docker
  • Loading branch information
tktcorporation committed Nov 26, 2023
2 parents 30c83dd + a26818a commit 09aead6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72.1-slim-bullseye AS dev-env
FROM rust:1.74.0-slim-bullseye AS dev-env

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.music
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72.1-slim-bullseye AS dev-env
FROM rust:1.74.0-slim-bullseye AS dev-env

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

0 comments on commit 09aead6

Please sign in to comment.