mirror of
https://github.com/halverneus/static-file-server.git
synced 2024-11-24 09:05:30 +00:00
Bump golang from 1.20.2 to 1.20.5 (#98)
Bumps golang from 1.20.2 to 1.20.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e00866ecf0
commit
84bb96052a
@ -1,7 +1,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
## GO BUILDER
|
## GO BUILDER
|
||||||
################################################################################
|
################################################################################
|
||||||
FROM golang:1.20.2 as builder
|
FROM golang:1.20.5 as builder
|
||||||
|
|
||||||
ENV VERSION 1.8.8
|
ENV VERSION 1.8.8
|
||||||
ENV CGO_ENABLED 0
|
ENV CGO_ENABLED 0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.20.2 as builder
|
FROM golang:1.20.5 as builder
|
||||||
|
|
||||||
ENV VERSION 1.8.8
|
ENV VERSION 1.8.8
|
||||||
ENV BUILD_DIR /build
|
ENV BUILD_DIR /build
|
||||||
|
Loading…
Reference in New Issue
Block a user