Skip to content

Commit

Permalink
Merge pull request #2213 from nginx-proxy/dependabot/docker/golang-1.…
Browse files Browse the repository at this point in the history
…20.3-alpine

build: bump golang from 1.20.2-alpine to 1.20.3-alpine
  • Loading branch information
buchdag committed Apr 5, 2023
2 parents 130fd90 + a3d3baf commit 7322a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG DOCKER_GEN_VERSION=0.10.3
ARG FOREGO_VERSION=v0.17.0

# Use a specific version of golang to build both binaries
FROM golang:1.20.2 as gobuilder
FROM golang:1.20.3 as gobuilder

# Build docker-gen from scratch
FROM gobuilder as dockergen
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG DOCKER_GEN_VERSION=0.10.3
ARG FOREGO_VERSION=v0.17.0

# Use a specific version of golang to build both binaries
FROM golang:1.20.2-alpine as gobuilder
FROM golang:1.20.3-alpine as gobuilder
RUN apk add --no-cache git musl-dev

# Build docker-gen from scratch
Expand Down

0 comments on commit 7322a2d

Please sign in to comment.