Skip to content

Commit b3cef8c

Browse files
committed
[openocpp] Use version 1.2.0
1 parent a95fd68 commit b3cef8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install build-essential clang cmake python3 python
1616

1717
RUN git clone https://github.com/c-jimenez/open-ocpp.git
1818

19-
RUN cd open-ocpp && git fetch --tags && git checkout v1.1.0 && make gcc && make install-gcc
19+
RUN cd open-ocpp && git fetch --tags && git checkout v1.2.0 && make gcc && make install-gcc
2020

2121
RUN apt-get update && apt-get install pkg-config && apt-get -q autoremove && rm -rf "/var/lib/apt/lists/*"
2222

0 commit comments

Comments
 (0)