mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2026-05-17 08:15:49 +03:00
Update Go version in Dockerfile
This commit is contained in:
committed by
Iurii Egorov
parent
2e7780471a
commit
2e3f7d122c
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.20 as awg
|
||||
FROM golang:1.22.3 as awg
|
||||
COPY . /awg
|
||||
WORKDIR /awg
|
||||
RUN go mod download && \
|
||||
|
||||
Reference in New Issue
Block a user