You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# find version here: https://releasealert.dev/dockerhub/_/docker
5
+
ARG DOCKER_VERSION=29.0.4
6
+
# find version here: https://github.com/nginx-proxy/docker-gen/releases
7
+
ARG DOCKER_GEN_VERSION=0.16.1
8
+
9
+
RUN wget https://github.com/nginx-proxy/docker-gen/releases/download/${DOCKER_GEN_VERSION}/docker-gen-alpine-linux-amd64-${DOCKER_GEN_VERSION}.tar.gz && \
10
+
tar xvzf docker-gen-alpine-linux-amd64-${DOCKER_GEN_VERSION}.tar.gz && \
0 commit comments