Skip to content

Commit b3bca98

Browse files
committed
Upgrade Rust compiler in container image (1.82.0 -> 1.85.0)
1 parent c07b712 commit b3bca98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# #
55
#######################################
66

7-
FROM docker.io/rust:1.82.0-slim-bookworm AS build
7+
FROM docker.io/rust:1.85.0-slim-bookworm AS build
88

99
RUN apt-get update && apt-get install -y build-essential pkg-config libssl-dev libsqlite3-dev
1010

Dockerfile.ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# #
55
#######################################
66

7-
FROM docker.io/rust:1.82.0-slim-bookworm AS build
7+
FROM docker.io/rust:1.85.0-slim-bookworm AS build
88

99
RUN apt-get update && apt-get install -y build-essential pkg-config libssl-dev libsqlite3-dev
1010

0 commit comments

Comments
 (0)