From b16ad278780bc011aaff71c6233520aa95cf8619 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Tue, 17 Jan 2023 08:17:02 +0100 Subject: [PATCH] build: dockergen 0.9.2 -> 0.9.3 --- Dockerfile | 2 +- Dockerfile.alpine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa227cf..54e3a67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # setup build arguments for version of dependencies to use -ARG DOCKER_GEN_VERSION=0.9.2 +ARG DOCKER_GEN_VERSION=0.9.3 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 5473e53..da8f06e 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.9.2 +ARG DOCKER_GEN_VERSION=0.9.3 ARG FOREGO_VERSION=v0.17.0 # Use a specific version of golang to build both binaries