Skip to content

Commit

Permalink
graphql-server: Lock golang version to 1.18.6
Browse files Browse the repository at this point in the history
refs #363
  • Loading branch information
hochiw authored and rickmak committed Sep 14, 2022
1 parent 6f4e308 commit 324d51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:bullseye as builder
FROM golang:1.18.6-bullseye as builder

WORKDIR /usr/src/app
COPY ./graphql-server/go.mod ./graphql-server/go.sum ./graphql-server/Makefile ./
Expand Down
2 changes: 1 addition & 1 deletion graphql-server/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:bullseye
FROM golang:1.18.6-bullseye

WORKDIR /usr/src/app
RUN go install github.com/githubnemo/CompileDaemon@latest
Expand Down

0 comments on commit 324d51a

Please sign in to comment.