diff --git a/Dockerfile b/Dockerfile index 94a1658..8d81ebd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY src /app/src WORKDIR /app RUN elm make src/Main.elm --output dist/index.html -FROM caddy:2.11.1-alpine +FROM caddy:2.11.2-alpine COPY static /public COPY --from=build /app/dist/index.html /public/index.html CMD ["caddy", "file-server", "--root", "/public"]