Skip to content

Commit 9acf622

Browse files
renovate-botnoelbot
authored andcommitted
Update rust Docker tag to v1.77
1 parent 197f177 commit 9acf622

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

distribution/docker/alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
FROM rust:1.76-alpine3.18 AS build
16+
FROM rust:1.77-alpine3.18 AS build
1717

1818
RUN apk update && apk add --no-cache git ca-certificates curl musl-dev libc6-compat gcompat pkgconfig openssl-dev libgit2
1919

distribution/docker/debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
FROM rust:1.76-slim-bullseye AS build
16+
FROM rust:1.77-slim-bullseye AS build
1717

1818
ENV DEBIAN_FRONTEND=noninteractive
1919
RUN apt update && apt upgrade -y && apt install -y curl libssl-dev libarchive-tools pkg-config protobuf-compiler libgit2

0 commit comments

Comments
 (0)