Browse Source

build: golang 1.18.1 -> 1.18.8

Nicolas Duchon 2 years ago
parent
commit
75c7b1399b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.alpine

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ ARG DOCKER_GEN_VERSION=0.9.1
 ARG FOREGO_VERSION=v0.17.0
 
 # Use a specific version of golang to build both binaries
-FROM golang:1.18.1 as gobuilder
+FROM golang:1.18.8 as gobuilder
 
 # Build docker-gen from scratch
 FROM gobuilder as dockergen

+ 1 - 1
Dockerfile.alpine

@@ -3,7 +3,7 @@ ARG DOCKER_GEN_VERSION=0.9.1
 ARG FOREGO_VERSION=v0.17.0
 
 # Use a specific version of golang to build both binaries
-FROM golang:1.18.1-alpine as gobuilder
+FROM golang:1.18.8-alpine as gobuilder
 RUN apk add --no-cache git musl-dev
 
 # Build docker-gen from scratch