This commit is contained in:
Mikaël Cluseau 2022-12-10 15:44:45 +01:00
parent 541e74c7df
commit 22f3bd6f0a

View File

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