Skip to content

Commit

Permalink
Use golang:1.18 as base image in Dockerfile (#133)
Browse files Browse the repository at this point in the history
Source code uses embed but 1.13 does not have it.
  • Loading branch information
jarnoan authored May 20, 2022
1 parent 46c613a commit 5db6697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13 as build
FROM golang:1.18 as build

WORKDIR /go-licenses

Expand Down

0 comments on commit 5db6697

Please sign in to comment.