Skip to content

Commit b3307b4

Browse files
renovate[bot]spantaleev
authored andcommitted
Update docker.io/rust Docker tag to v1.93.1
1 parent 7a0d1e8 commit b3307b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# #
55
#######################################
66

7-
FROM docker.io/rust:1.93.0-slim-trixie AS build
7+
FROM docker.io/rust:1.93.1-slim-trixie AS build
88

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

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# #
55
#######################################
66

7-
FROM docker.io/rust:1.93.0-slim-trixie AS build
7+
FROM docker.io/rust:1.93.1-slim-trixie 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)