mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-08 06:34:51 +02:00
Fix incorrect go version in dockerfile
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM golang:8 AS builder
|
||||
FROM golang:1.18 AS builder
|
||||
COPY go.mod ./
|
||||
COPY go.sum ./
|
||||
RUN unset GOPATH; go mod download
|
||||
|
Reference in New Issue
Block a user