Unverified Commit 02d30ce2 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Update version file path (#418)

parent 5e17401b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ RUN set -eu && \
    apt-get --no-install-recommends -y install \
    mtools && \
    apt-get clean && \
    echo "$VERSION_ARG" > /run/version && \
    echo "$VERSION_ARG" > /etc/version && \
    rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

COPY --chmod=755 ./src /run/