1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +00:00

build: bump golang from 1.20.3-alpine to 1.20.4-alpine

Bumps golang from 1.20.3-alpine to 1.20.4-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-03 04:57:51 +00:00 committed by GitHub
parent 0501c54002
commit 442e577c0e
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