From 3902dcd3d11721b22ed5306a9af43ac5808700a0 Mon Sep 17 00:00:00 2001 From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:48:44 +0200 Subject: [PATCH] fix(Dockerfile): `FROM` and `AS` both in uppercase, `FromAsCasing` (#680) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70650b0..27d9406 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM node:lts as builder +FROM node:lts AS builder LABEL org.opencontainers.image.url=https://github.com/Awesome-Technologies/synapse-admin org.opencontainers.image.source=https://github.com/Awesome-Technologies/synapse-admin # Base path for synapse admin ARG BASE_PATH=./