diff --git a/Dockerfile b/Dockerfile index b5bb1c1..fbe9f7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # setup build arguments for version of dependencies to use -ARG DOCKER_GEN_VERSION=0.7.6 +ARG DOCKER_GEN_VERSION=0.7.7 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 b71a58d..221b0ae 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.7.6 +ARG DOCKER_GEN_VERSION=0.7.7 ARG FOREGO_VERSION=v0.17.0 # Use a specific version of golang to build both binaries