diff --git a/Dockerfile_dev b/Dockerfile_dev index 5fd0419e16..0794cba322 100644 --- a/Dockerfile_dev +++ b/Dockerfile_dev @@ -16,7 +16,7 @@ RUN apt update && apt install -y systemd # h stands for dereference of symbolic links RUN tar czhf journalctl.tar.gz /bin/journalctl $(ldd /bin/journalctl | grep -oP "\/.*? ") -FROM golang:1.19.5 +FROM golang:1.23.0 ARG BUILD_TAG=latest ENV TAG $BUILD_TAG ARG USER_UID=10001