fixup! fixup! Move updater to REST api.

This commit is contained in:
2025-12-07 15:36:03 +00:00
parent b80929ff52
commit a0f1ab6930
2 changed files with 12 additions and 47 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
FROM ubuntu:jammy
COPY semver-gen /go/src/app/semver-gen
ARG TARGETPLATFORM
COPY ${TARGETPLATFORM}/semver-gen /go/src/app/semver-gen
COPY config-release.yaml /go/src/app/config.yaml
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh