Use major golang version for Dockerfile (#166)

This commit is contained in:
Nova Kwok 2023-01-11 11:01:01 +08:00 committed by GitHub
parent b3177df68f
commit f0be36d4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.19.4-alpine as builder FROM golang:1.19-alpine as builder
ARG IMG_PATH=/opt/pics ARG IMG_PATH=/opt/pics
ARG EXHAUST_PATH=/opt/exhaust ARG EXHAUST_PATH=/opt/exhaust