cache buster

This commit is contained in:
JurajKubrican
2025-03-04 22:01:23 +01:00
parent 00c209032f
commit cac9548058
14 changed files with 115 additions and 99 deletions

View File

@@ -15,6 +15,7 @@ COPY ./src ./src
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /server ./src
COPY ./views ./views
COPY ./build_number ./build_number
FROM scratch