Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Fix staticcheck build in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Breig committed Apr 7, 2022
1 parent fc4ab39 commit c5ca18b
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,5 +1,5 @@
# Build go-neb
FROM golang:1.16-alpine as builder
FROM golang:1.17-alpine as builder

RUN apk add --no-cache -t build-deps git gcc musl-dev go make cmake g++

Expand Down

0 comments on commit c5ca18b

Please sign in to comment.