mirror of
https://github.com/halverneus/static-file-server.git
synced 2024-11-24 09:05:30 +00:00
Merge pull request #76 from halverneus/dependabot/docker/golang-1.18.4
Bump golang from 1.18.3 to 1.18.4
This commit is contained in:
commit
0364e4a184
@ -1,7 +1,7 @@
|
||||
################################################################################
|
||||
## GO BUILDER
|
||||
################################################################################
|
||||
FROM golang:1.18.3 as builder
|
||||
FROM golang:1.18.4 as builder
|
||||
|
||||
ENV VERSION 1.8.7
|
||||
ENV CGO_ENABLED 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.18.3 as builder
|
||||
FROM golang:1.18.4 as builder
|
||||
|
||||
ENV VERSION 1.8.7
|
||||
ENV BUILD_DIR /build
|
||||
|
Loading…
Reference in New Issue
Block a user