Skip to content

Commit

Permalink
Update rust Docker tag to v1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Apr 21, 2023
1 parent 931cc38 commit 2749669
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.68.2-alpine3.17 as build
FROM rust:1.69.0-alpine3.17 as build

ARG QUICHE_VERSION=0.17.1
ARG CURL_VERSION=curl-8_0_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.68.2-alpine3.17 as quiche-build
FROM --platform="$BUILDPLATFORM" rust:1.69.0-alpine3.17 as quiche-build
ARG QUICHE_VERSION=0.17.1 \
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.68.2 as quiche-build
FROM --platform="$BUILDPLATFORM" rust:1.69.0 as quiche-build
ARG QUICHE_VERSION=0.17.1 \
TARGETARCH

Expand Down

0 comments on commit 2749669

Please sign in to comment.