This commit is contained in:
Mikaël Cluseau 2024-02-26 13:03:48 +01:00
parent 22f3bd6f0a
commit 17e7153be7

View File

@ -1,8 +1,8 @@
# ------------------------------------------------------------------------ # ------------------------------------------------------------------------
from mcluseau/golang-builder:1.19.4 as build from mcluseau/golang-builder:1.21.6 as build
# ------------------------------------------------------------------------ # ------------------------------------------------------------------------
from alpine:3.17 from alpine:3.19
volume /srv/dkl-store volume /srv/dkl-store
entrypoint ["/bin/dkl-store"] entrypoint ["/bin/dkl-store"]
copy --from=build /go/bin/ /bin/ copy --from=build /go/bin/ /bin/