mirror of
https://github.com/mbround18/valheim-docker.git
synced 2021-10-22 21:53:54 +03:00
Update rust Docker tag to v1.55 (#432)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -23,7 +23,7 @@ FROM mbround18/cargo-make:latest as cargo-make
|
||||
# ------------------ #
|
||||
# -- Odin Builder -- #
|
||||
# ------------------ #
|
||||
FROM rust:1.54 as builder
|
||||
FROM rust:1.55 as builder
|
||||
WORKDIR /data/odin
|
||||
COPY . .
|
||||
# Copy over the cached dependencies
|
||||
|
||||
Reference in New Issue
Block a user