From 4696944245570f5d21901885a45ed17e04f9bf51 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Tue, 21 Mar 2023 07:15:34 +0100 Subject: [PATCH] build: dockergen 0.10.1 -> 0.10.2 --- Dockerfile | 2 +- Dockerfile.alpine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 249fa6c..9775f0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # setup build arguments for version of dependencies to use -ARG DOCKER_GEN_VERSION=0.10.1 +ARG DOCKER_GEN_VERSION=0.10.2 ARG FOREGO_VERSION=v0.17.0 # Use a specific version of golang to build both binaries diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 006b045..bd5b81d 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,5 +1,5 @@ # setup build arguments for version of dependencies to use -ARG DOCKER_GEN_VERSION=0.10.1 +ARG DOCKER_GEN_VERSION=0.10.2 ARG FOREGO_VERSION=v0.17.0 # Use a specific version of golang to build both binaries