Skip to content

Commit

Permalink
Upgrade docker build base image
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang committed Jan 20, 2023
1 parent 0ab5439 commit 7ccc845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG base
FROM golang:1.13.8-alpine as builder
FROM golang:1.19-alpine as builder
RUN apk add make git curl
ADD . /nkn
WORKDIR /nkn
Expand Down

0 comments on commit 7ccc845

Please sign in to comment.