Skip to content

Commit

Permalink
Update to golang 1.18 (#375)
Browse files Browse the repository at this point in the history
* Use golang:1.18 image only
* Do not install any extra packages
  • Loading branch information
stephen-soltesz committed Aug 31, 2022
1 parent 8ef8a7d commit cc541e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM golang:1.16.7-alpine3.14 as ndt-server-build
RUN apk add --no-cache git gcc linux-headers musl-dev openssl bash

FROM golang:1.18 as ndt-server-build
ADD . /go/src/github.com/m-lab/ndt-server
ADD ./html /html

Expand Down

0 comments on commit cc541e5

Please sign in to comment.