We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 680ce9d + e6f7da7 commit 11ecdf4Copy full SHA for 11ecdf4
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ COPY src /app/src
8
WORKDIR /app
9
RUN elm make src/Main.elm --output dist/index.html
10
11
-FROM caddy:2.10.2-alpine
+FROM caddy:2.11.1-alpine
12
COPY --from=build /app/dist/index.html /public/index.html
13
COPY Caddyfile /srv
14
CMD ["caddy", "run"]
0 commit comments