From 5ba50ae89a2812f0314bc3c3eb36a0a0b415bf91 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 12 Aug 2024 12:13:26 +0200 Subject: [PATCH] fix: fix containerfile syntax warnings --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 81ea99b..3d7f75d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/clux/muslrust:1.80.1-stable@sha256:f0912e92a27138c3f93d5110751e39d4907c334e24676c6724141163efc04739 as build +FROM docker.io/clux/muslrust:1.80.1-stable@sha256:f0912e92a27138c3f93d5110751e39d4907c334e24676c6724141163efc04739 AS build ARG WEBVAULT_VERSION ARG VAULTWARDEN_VERSION