Update Dockerfile

This commit is contained in:
Darshan Patel 2023-10-04 15:20:18 +05:30 committed by Hugo Müller-Downing
parent ede1499909
commit b372a34eeb
1 changed files with 1 additions and 1 deletions

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