mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-16 22:16:55 +02:00
Update Go version in Dockerfile
This commit is contained in:
parent
2e7780471a
commit
0f54d1a543
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue