Browse Source

dockerfile: honnef requires golang v1.19 nowadays

pull/390/head
Dionysis Grigoropoulos 11 months ago
parent
commit
4eb77ff689
  1. 2
      Dockerfile

2
Dockerfile

@ -1,5 +1,5 @@
# Build go-neb
FROM golang:1.18-alpine as builder
FROM golang:1.19-alpine as builder
RUN apk add --no-cache -t build-deps git gcc musl-dev go make g++

Loading…
Cancel
Save