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
  • Loading branch information
hochiw committed Sep 13, 2022
1 parent 6f4e308 commit 3cbf324
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 3cbf324

Please sign in to comment.