From 8df67cdde8cc3216a2f07ab1b35446655d63607d Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Mon, 23 Jan 2023 23:14:42 +0100 Subject: [PATCH] build: dockergen 0.9.3 -> 0.9.4 --- Dockerfile | 2 +- Dockerfile.alpine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54e3a67..548e2e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # setup build arguments for version of dependencies to use -ARG DOCKER_GEN_VERSION=0.9.3 +ARG DOCKER_GEN_VERSION=0.9.4 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 da8f06e..5dc34a5 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.3 +ARG DOCKER_GEN_VERSION=0.9.4 ARG FOREGO_VERSION=v0.17.0 # Use a specific version of golang to build both binaries