Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero authored Aug 29, 2022
1 parent 4a32fb4 commit 966d778
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# first image used to build the sources
FROM golang:1.15.5-buster AS builder
FROM golang:1.18-buster AS builder

ENV GO111MODULE=on \
GOOS=linux \
CGO_ENABLED=1 \
GOARCH=amd64
CGO_ENABLED=0

WORKDIR /tor-proxy

Expand Down

0 comments on commit 966d778

Please sign in to comment.