Skip to content

Commit

Permalink
Update rust Docker tag to v1.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Oct 6, 2023
1 parent 21d0590 commit 51e0f8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72.1-alpine3.18 as build
FROM rust:1.73.0-alpine3.18 as build

ARG QUICHE_VERSION=0.18.0
ARG CURL_VERSION=curl-8_3_0
Expand Down
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform="$BUILDPLATFORM" rust:1.72.1-alpine3.17 as quiche-build
FROM --platform="$BUILDPLATFORM" rust:1.73.0-alpine3.17 as quiche-build
ARG QUICHE_VERSION=0.18.0 \
TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion debian.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform="$BUILDPLATFORM" rust:1.72.1 as quiche-build
FROM --platform="$BUILDPLATFORM" rust:1.73.0 as quiche-build
ARG QUICHE_VERSION=0.18.0 \
TARGETARCH

Expand Down

0 comments on commit 51e0f8f

Please sign in to comment.