Update SC64_DEPLOYER_VERSION

This commit is contained in:
Robin Jones 2024-12-27 00:37:43 +00:00
parent edf3e5aa90
commit 67fec690d8

View File

@ -1,6 +1,6 @@
FROM debian:bookworm-slim
ARG SC64_DEPLOYER_VERSION=v2.20.0
ARG SC64_DEPLOYER_VERSION=v2.20.2
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install build-essential doxygen git python3 wget -y && \