Skip to content

Commit

Permalink
Update the go-version in build container
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Rabbani committed Jun 20, 2022
1 parent 48eb594 commit 65b7bee
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 65b7bee

Please sign in to comment.