1
0

build: bump dockergen from 0.7.6 to 0.8.0

This commit is contained in:
Nicolas Duchon 2021-10-28 11:30:23 +02:00
parent eb8710002d
commit 14b4b00675
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

@ -1,6 +1,6 @@
FROM golang:1.16.7-alpine AS go-builder
ENV DOCKER_GEN_VERSION=0.7.6
ENV DOCKER_GEN_VERSION=0.8.0
# Build docker-gen
RUN apk add --no-cache --virtual .build-deps git \