Skip to content

Commit

Permalink
Bump Docker base image to Alpine Linux 3.20 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored Sep 5, 2024
1 parent d69f0da commit b093366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.20

RUN apk --no-cache add \
ca-certificates curl
Expand All @@ -16,4 +16,4 @@ EXPOSE 8082 8083 8084

ENTRYPOINT ["mmock","-config-path","/config","-tls-path","/tls"]
CMD ["-server-ip","0.0.0.0","-console-ip","0.0.0.0"]
HEALTHCHECK --interval=30s --timeout=3s --start-period=3s --retries=2 CMD curl -f http://localhost:8082 || exit 1
HEALTHCHECK --interval=30s --timeout=3s --start-period=3s --retries=2 CMD curl -fsS http://localhost:8082 || exit 1

0 comments on commit b093366

Please sign in to comment.