Skip to content

Commit

Permalink
Fix env var names
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
  • Loading branch information
andistorm committed Aug 9, 2024
1 parent 7baab49 commit 7e6a579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/images/dev-env-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ ENV CURL_VERSION=7.88.1-10+deb12u6
ENV DOCKER_CE_VERSION=5:27.0.3-1~debian.12~bookworm
ENV DOCKER_CE_CLI_VERSION=5:27.1.1-1~debian.12~bookworm
ENV CONTAINERD_IO_VERSION=1.7.19-1
ENV DOCKER_BUILDX_PLUGIN=0.16.1-1~debian.12~bookworm
ENV DOCKER_COMPOSE_PLUGIN=2.29.1-1~debian.12~bookworm
ENV DOCKER_BUILDX_PLUGIN_VERSION=0.16.1-1~debian.12~bookworm
ENV DOCKER_COMPOSE_PLUGIN_VERSION=2.29.1-1~debian.12~bookworm

# Development Tools - Docker
RUN apt update \
Expand Down

0 comments on commit 7e6a579

Please sign in to comment.