Update dependencies (#79)
* Update dependencies gvisor was not updated to the latest version, because it did not compile. * actions: Update go version to 1.20 * docker: Update go version to 1.20
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Start by building the application.
|
||||
FROM golang:1.18 as build
|
||||
FROM docker.io/golang:1.20 as build
|
||||
|
||||
WORKDIR /usr/src/wireproxy
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user