Skip to content

Commit

Permalink
Updates Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
ogarcia committed May 17, 2024
1 parent 3c671da commit f367f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Versions must be major.minor
ALPINE_VERSION=3.19
RUST_VERSION=1.77
RUST_VERSION=1.78
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Versions must be major.minor
ARG RUST_VERSION=1.77
ARG ALPINE_VERSION=3.19
ARG RUST_VERSION
ARG ALPINE_VERSION

FROM docker.io/rust:${RUST_VERSION}-alpine${ALPINE_VERSION} AS builder
COPY . /data
Expand Down

0 comments on commit f367f38

Please sign in to comment.