From 715c30fc5eab11d63ed78cfe842f76f9d5f7e6f9 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 6 Feb 2025 11:59:33 +0530 Subject: [PATCH] Fix casing warning for `FROM` and `as` in Dockerfile --- vendor/docker-nixos/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vendor/docker-nixos/Dockerfile b/vendor/docker-nixos/Dockerfile index 6794ea8..a9c83bc 100644 --- a/vendor/docker-nixos/Dockerfile +++ b/vendor/docker-nixos/Dockerfile @@ -1,5 +1,4 @@ -# FROM quay.io/skiffos/ubuntu:focal as builder -FROM archlinux:base-devel as builder +FROM archlinux:base-devel AS builder RUN pacman --noconfirm -Syu RUN pacman --noconfirm -S shadow wget pkg-config autoconf-archive jq boost boost \