Update Dockerfile

This commit is contained in:
Darshan Patel 2023-10-04 15:20:18 +05:30 committed by GitHub
parent 615b46c549
commit a9b755e314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM golang:1.13-alpine AS build-env
FROM golang:1.17-alpine AS build-env
ENV GO111MODULE=on
WORKDIR /go/src/github.com/hugomd/ascii-live/
RUN apk add ca-certificates