Skip to content

Commit

Permalink
Merge pull request #93 from vulcanize/feature/update-go
Browse files Browse the repository at this point in the history
Update the go-version in build container
  • Loading branch information
abdulrabbani00 authored Jun 20, 2022
2 parents 48eb594 + 65b7bee commit 4e948c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine as builder
FROM golang:1.18-alpine as builder

RUN apk --update --no-cache add make git g++ linux-headers

Expand Down
2 changes: 1 addition & 1 deletion db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine as builder
FROM golang:1.18-alpine as builder

RUN apk --update --no-cache add make git g++ linux-headers

Expand Down

0 comments on commit 4e948c5

Please sign in to comment.