update dockerfile

This commit is contained in:
Tai Groot 2022-12-01 21:45:10 -08:00
parent fd0db2ad55
commit ae20f2b5ac
No known key found for this signature in database
GPG Key ID: D00C269A87614812
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.17-alpine as builder
FROM golang:1.19-alpine as builder
RUN apk add --no-cache git
WORKDIR /go/croc
COPY . .