Skip to content

Commit e6f7da7

Browse files
Update caddy Docker tag to v2.11.1
1 parent 680ce9d commit e6f7da7

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 --from=build /app/dist/index.html /public/index.html
1313
COPY Caddyfile /srv
1414
CMD ["caddy", "run"]

0 commit comments

Comments
 (0)