mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
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:
parent
05c8493981
commit
d2f7768c51
7 changed files with 38 additions and 38 deletions
|
@ -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 . .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue