mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
docker: Update go version to 1.20
This commit is contained in:
parent
456c172776
commit
02caa66638
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Start by building the application.
|
# Start by building the application.
|
||||||
FROM golang:1.18 as build
|
FROM docker.io/golang:1.20 as build
|
||||||
|
|
||||||
WORKDIR /usr/src/wireproxy
|
WORKDIR /usr/src/wireproxy
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue