Skip to content

Commit 0997508

Browse files
chore(deps): bump rust from 66f48b1 to 2ea3db1 in /packages/admin
Bumps rust from `66f48b1` to `2ea3db1`. --- updated-dependencies: - dependency-name: rust dependency-version: 1.96-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0456d49 commit 0997508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/admin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY packages/admin/frontend-src/ .
99
RUN npm run build
1010

1111
# Stage 2: Chef base
12-
FROM rust:1.96-alpine@sha256:66f48b19d6e88519e2e58bebe0d945779a6a4ca41c2db17db78c9569655b50ac AS chef
12+
FROM rust:1.96-alpine@sha256:2ea3db105d38fdfa4e31f366674287fcaa828087e2fe3973befdc537f2d443b1 AS chef
1313
RUN apk add --no-cache musl-dev
1414
RUN cargo install cargo-chef --locked
1515
WORKDIR /build

0 commit comments

Comments
 (0)