Skip to content

Commit

Permalink
build: golang buildstages 1.19.3 to 1.18.8
Browse files Browse the repository at this point in the history
previous update was due to error with dependabot
  • Loading branch information
buchdag committed Dec 1, 2022
1 parent 619e24d commit f3a5351
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
@@ -1,7 +1,7 @@
ARG DOCKER_GEN_VERSION=main

# Build docker-gen from scratch
FROM golang:1.19.3-alpine as go-builder
FROM golang:1.18.8-alpine as go-builder

ARG DOCKER_GEN_VERSION
WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_GEN_VERSION=main

# Build docker-gen from scratch
FROM golang:1.19.3 as go-builder
FROM golang:1.18.8 as go-builder

ARG DOCKER_GEN_VERSION

Expand Down

0 comments on commit f3a5351

Please sign in to comment.