1
mirror of https://github.com/hugomd/ascii-live synced 2025-02-11 12:54:27 +01:00

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

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