[fix] syntax

This commit is contained in:
Andy Bunce 2022-03-02 21:44:42 +00:00
parent 45c3c508c5
commit 7ed73f7224
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ FROM ghcr.io/linuxserver/code-server:4.0.2
ARG TARGETARCH
ARG BUILDARCH
RUN echo "I'm building for ${BUILDARCH} on ${TARGETARCH}
RUN echo "I'm building vscode-basex for ${BUILDARCH} on ${TARGETARCH}"
LABEL author="Andy Bunce"
LABEL company="Quodatum Ltd"