1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +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
commit 7dd32e3ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
# Build forego from scratch
FROM golang:1.20.3 as forego
FROM golang:1.20.4 as forego
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
# Build forego from scratch
FROM golang:1.20.3-alpine as forego
FROM golang:1.20.4-alpine as forego
ARG FOREGO_VERSION