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

Commit

Permalink
Bump dockerimage to use go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Apr 13, 2022
1 parent 0260eac commit babb74f
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.18-alpine as builder

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

Expand Down

0 comments on commit babb74f

Please sign in to comment.