Skip to content

Commit

Permalink
Bump golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Feb 14, 2022
1 parent e41eab7 commit 79648e8
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
Expand Up @@ -5,7 +5,7 @@ RUN npm i -g pnpm
RUN pnpm install
RUN pnpm build

FROM golang:1.16
FROM golang:1.17
WORKDIR /app
COPY go.* ./
RUN go mod download
Expand Down

0 comments on commit 79648e8

Please sign in to comment.