1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00:00

Merge pull request #2232 from nginx-proxy/dependabot/docker/golang-1.20.4-alpine

build: bump golang from 1.20.3-alpine to 1.20.4-alpine
This commit is contained in:
Nicolas Duchon
2023-05-03 19:54:13 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ ARG FOREGO_VERSION=v0.17.0
FROM nginxproxy/docker-gen:0.10.4-debian AS docker-gen FROM nginxproxy/docker-gen:0.10.4-debian AS docker-gen
# Build forego from scratch # Build forego from scratch
FROM golang:1.20.3 as forego FROM golang:1.20.4 as forego
ARG FOREGO_VERSION ARG FOREGO_VERSION

View File

@ -4,7 +4,7 @@ ARG FOREGO_VERSION=v0.17.0
FROM nginxproxy/docker-gen:0.10.4 AS docker-gen FROM nginxproxy/docker-gen:0.10.4 AS docker-gen
# Build forego from scratch # Build forego from scratch
FROM golang:1.20.3-alpine as forego FROM golang:1.20.4-alpine as forego
ARG FOREGO_VERSION ARG FOREGO_VERSION