diff --git a/Changelog b/Changelog index 155fbdd..5c11573 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,10 @@ +2023-10-24 version 0.9.5 +- Add DOCKER_RUNNING=1 environment for Recorder's logging +- Update healthcheck to always use the correct port (#64) + +2022-12-10 version 0.9.3 + 2022-08-10 version 0.9.1 - Add support for WITH_TOURS - Update to Alpine 3:16 (#57) diff --git a/Dockerfile b/Dockerfile index c0c8134..8f59314 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 AS builder -ARG RECORDER_VERSION=0.9.3 +ARG RECORDER_VERSION=0.9.5 # ARG RECORDER_VERSION=master ENV DOCKER_RUNING=1