fix(Dockerfile): FROM and AS both in uppercase, FromAsCasing (#680)

This commit is contained in:
Dirk Klimpel 2025-06-02 14:48:44 +02:00 committed by GitHub
parent ef8ae9b38f
commit 3902dcd3d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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=./