Skip to content

Commit 7c18982

Browse files
updating base images
1 parent 66aebc3 commit 7c18982

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/base_images/Dockerfile.actix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.72-slim
1+
FROM rust:1.79-slim
22

33
RUN apt-get --yes update && apt-get --yes install curl git pkg-config libssl-dev
44
RUN curl https://github.com/amacneil/dbmate/releases/download/v2.4.0/dbmate-linux-amd64 -L -o /usr/bin/dbmate && chmod +x /usr/bin/dbmate

docker/base_images/Dockerfile.yew

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.72-slim as development
1+
FROM rust:1.79-slim as development
22

33
RUN rustup default nightly-2023-12-13
44
RUN apt-get --yes update && apt-get --yes install git pkg-config libssl-dev

protobuf/build-env-rust.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.72-slim
1+
FROM rust:1.79-slim
22
ENV DEBIAN_FRONTEND=noninteractive
33
ARG USER
44
ARG UID

0 commit comments

Comments
 (0)