diff --git a/Dockerfile b/Dockerfile index 3a9ec42..4c45112 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/