Skip to content

Commit

Permalink
change to buster
Browse files Browse the repository at this point in the history
  • Loading branch information
lixuanxian committed Aug 29, 2022
1 parent 6f89b41 commit 4b5b51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.1 as builder
FROM golang:1.13.15-buster as builder
# Set the working directory to /app
WORKDIR /nebula-http-gateway
# Copy the current directory contents into the container at /app
Expand All @@ -7,7 +7,7 @@ COPY . /nebula-http-gateway
ENV GOPROXY https://goproxy.cn
RUN go build

FROM golang:1.13.1
FROM golang:1.13.15-buster

WORKDIR /root
COPY --from=builder ./nebula-http-gateway .
Expand Down

0 comments on commit 4b5b51b

Please sign in to comment.