Rust to latest in Dockerfile
This commit is contained in:
parent
9f0eb7f050
commit
a21dc2852e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
ARG BUILDPLATFORM=linux/amd64
|
ARG BUILDPLATFORM=linux/amd64
|
||||||
|
|
||||||
ARG ALPINE_VERSION=3.14
|
ARG ALPINE_VERSION=3.14
|
||||||
ARG RUST_VERSION=1-slim-bullseye
|
ARG RUST_VERSION=latest
|
||||||
|
|
||||||
FROM --platform=${BUILDPLATFORM} rust:${RUST_VERSION} AS base
|
FROM --platform=${BUILDPLATFORM} rust:${RUST_VERSION} AS base
|
||||||
WORKDIR /usr/src/prometheus_wireguard_exporter
|
WORKDIR /usr/src/prometheus_wireguard_exporter
|
||||||
|
|
Loading…
Reference in a new issue