Skip to content

Commit

Permalink
updating base images
Browse files Browse the repository at this point in the history
  • Loading branch information
darioalessandro committed Jun 24, 2024
1 parent 66aebc3 commit 7c18982
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/base_images/Dockerfile.actix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72-slim
FROM rust:1.79-slim

RUN apt-get --yes update && apt-get --yes install curl git pkg-config libssl-dev
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
Expand Down
2 changes: 1 addition & 1 deletion docker/base_images/Dockerfile.yew
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72-slim as development
FROM rust:1.79-slim as development

RUN rustup default nightly-2023-12-13
RUN apt-get --yes update && apt-get --yes install git pkg-config libssl-dev
Expand Down
2 changes: 1 addition & 1 deletion protobuf/build-env-rust.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72-slim
FROM rust:1.79-slim
ENV DEBIAN_FRONTEND=noninteractive
ARG USER
ARG UID
Expand Down

0 comments on commit 7c18982

Please sign in to comment.