Skip to content

Commit

Permalink
Update rust Docker tag to v1.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Aug 4, 2023
1 parent 7b8b763 commit 6c4ec30
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.71.0-alpine3.18 as build
FROM rust:1.71.1-alpine3.18 as build

ARG QUICHE_VERSION=0.17.2
ARG CURL_VERSION=curl-8_2_1
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.71.0-alpine3.17 as quiche-build
FROM --platform="$BUILDPLATFORM" rust:1.71.1-alpine3.17 as quiche-build
ARG QUICHE_VERSION=0.17.2 \
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.71.0 as quiche-build
FROM --platform="$BUILDPLATFORM" rust:1.71.1 as quiche-build
ARG QUICHE_VERSION=0.17.2 \
TARGETARCH

Expand Down

0 comments on commit 6c4ec30

Please sign in to comment.