Skip to content

Commit

Permalink
bump docker-gen (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl authored Jun 11, 2024
1 parent f241af0 commit fb62234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM caddy:2.8.4-alpine

ARG DOCKER_GEN_VERSION="0.9.0"
ARG DOCKER_GEN_VERSION="0.14.0"
ARG FOREGO_VERSION="0.16.1"

ENV CADDYPATH="/etc/caddy"
Expand All @@ -15,7 +15,7 @@ RUN apk update && apk upgrade \
&& mv ./forego /usr/bin/forego \
&& chmod u+x /usr/bin/forego \
# Install docker-gen
&& wget --quiet "https://github.com/jwilder/docker-gen/releases/download/${DOCKER_GEN_VERSION}/docker-gen-alpine-linux-amd64-${DOCKER_GEN_VERSION}.tar.gz" \
&& wget --quiet "https://github.com/nginx-proxy/docker-gen/releases/download/${DOCKER_GEN_VERSION}/docker-gen-alpine-linux-amd64-${DOCKER_GEN_VERSION}.tar.gz" \
&& tar -C /usr/bin -xvzf "docker-gen-alpine-linux-amd64-${DOCKER_GEN_VERSION}.tar.gz" \
&& rm "docker-gen-alpine-linux-amd64-${DOCKER_GEN_VERSION}.tar.gz" \
&& apk del .build-dependencies
Expand Down

0 comments on commit fb62234

Please sign in to comment.