Skip to content

Commit

Permalink
Update rust Docker tag to v1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and noelbot committed May 2, 2024
1 parent 8ccf55b commit 72e0e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM rust:1.77-alpine3.18 AS build
FROM rust:1.78-alpine3.18 AS build

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

Expand Down
2 changes: 1 addition & 1 deletion distribution/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM rust:1.77-slim-bullseye AS build
FROM rust:1.78-slim-bullseye AS build

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

0 comments on commit 72e0e11

Please sign in to comment.