Skip to content

Commit b9fba49

Browse files
Update caddy Docker tag to v2.11.1
1 parent 62c96be commit b9fba49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY src /app/src
88
WORKDIR /app
99
RUN elm make src/Main.elm --output dist/index.html
1010

11-
FROM caddy:2.10.2-alpine
11+
FROM caddy:2.11.1-alpine
1212
COPY static /public
1313
COPY --from=build /app/dist/index.html /public/index.html
1414
CMD ["caddy", "file-server", "--root", "/public"]

0 commit comments

Comments
 (0)