reverted back to earlier go version
This commit is contained in:
parent
0a5a2e4c0b
commit
ee348a9bd4
2 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM golang:1.19
|
||||
FROM golang:latest
|
||||
|
||||
# Set destination for COPY
|
||||
WORKDIR /cmd
|
||||
WORKDIR /app
|
||||
|
||||
# Download Go modules
|
||||
COPY go.mod go.sum ./
|
||||
|
|
Reference in a new issue