Skip to content

Commit e58f0ee

Browse files
Bump rust from 1.93-slim-trixie to 1.94-slim-trixie (#483)
Bumps rust from 1.93-slim-trixie to 1.94-slim-trixie. --- updated-dependencies: - dependency-name: rust dependency-version: 1.94-slim-trixie dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23bb10e commit e58f0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:1
2-
FROM rust:1.93-slim-trixie AS runtime
2+
FROM rust:1.94-slim-trixie AS runtime
33
WORKDIR /usr/src/myapp
44
RUN --mount=type=cache,id=api:/var/cache/apt,target=/var/cache/apt \
55
--mount=type=cache,id=api:/var/lib/apt/lists,target=/var/lib/apt/lists \

0 commit comments

Comments
 (0)