diff --git a/manager/Dockerfile b/manager/Dockerfile index 36821a56..94f560e4 100644 --- a/manager/Dockerfile +++ b/manager/Dockerfile @@ -1,6 +1,6 @@ -FROM --platform=linux/x86_64 ghcr.io/everest/build-kit-alpine@sha256:7494bd6624aee3f882b4f1edbc589879e1d6d0ccc2c58f3f5c87ac1838ccd1de +FROM --platform=linux/x86_64 ghcr.io/everest/build-kit-alpine:1.4.2 -ARG EVEREST_VERSION=2024.3.0 +ARG EVEREST_VERSION=2024.9.0 ENV EVEREST_VERSION=${EVEREST_VERSION} COPY install.sh ./ @@ -17,9 +17,6 @@ RUN git clone https://github.com/EVerest/everest-core.git \ && /entrypoint.sh run-script install # Copy over the custom config *after* compilation and installation -COPY config-docker.json ./dist/share/everest/modules/OCPP/config-docker.json -COPY config.json ./dist/share/everest/modules/OCPP201/config.json -COPY device_model_storage_maeve_sp1.db ./dist/share/everest/modules/OCPP201/device_model_storage.db COPY run-test.sh /ext/source/tests/run-test.sh