We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95fd68 commit b3cef8cCopy full SHA for b3cef8c
docker/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install build-essential clang cmake python3 python
16
17
RUN git clone https://github.com/c-jimenez/open-ocpp.git
18
19
-RUN cd open-ocpp && git fetch --tags && git checkout v1.1.0 && make gcc && make install-gcc
+RUN cd open-ocpp && git fetch --tags && git checkout v1.2.0 && make gcc && make install-gcc
20
21
RUN apt-get update && apt-get install pkg-config && apt-get -q autoremove && rm -rf "/var/lib/apt/lists/*"
22
0 commit comments