Skip to content

Commit 11ecdf4

Browse files
authored
Merge pull request #22 from bytes-zone/renovate/caddy-2.x
Update caddy Docker tag to v2.11.1
2 parents 680ce9d + e6f7da7 commit 11ecdf4

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)