mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-23 21:16:14 +00:00
build: use latest go version, 1.19.4
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-alpine as builder
|
||||
FROM golang:1.19.4-alpine as builder
|
||||
RUN apk add --no-cache git make curl
|
||||
ENV GOOS=linux
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
Reference in New Issue
Block a user