Skip to content

Commit

Permalink
Merge pull request #943 from StefanSchoof/dependabot/docker/api/rust-…
Browse files Browse the repository at this point in the history
…1.84.1

Bump rust from 1.84.0 to 1.84.1 in /api
  • Loading branch information
github-actions[bot] authored Jan 31, 2025
2 parents a92816e + 66d8dd7 commit dafbbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM --platform=$BUILDPLATFORM rust:1.84.0 as builder
FROM --platform=$BUILDPLATFORM rust:1.84.1 as builder
ENV CARGO_TARGET_DIR=/target
WORKDIR /app

Expand Down

0 comments on commit dafbbb9

Please sign in to comment.