Fixed build arg issue
This commit is contained in:
parent
64e3b38876
commit
cbc4712e27
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
ARG HUGO_VERSION=0.115.4
|
||||
ARG NODE_VERSION=18
|
||||
ARG GO_VERSION="1.20"
|
||||
FROM golang:${GO_VERSION}-bullseye
|
||||
|
||||
FROM golang:1.20.6-bullseye
|
||||
ARG HUGO_VERSION="0.115.4"
|
||||
ARG NODE_VERSION="18"
|
||||
|
||||
RUN apt update -y
|
||||
RUN apt install tar gzip build-essential -y
|
||||
|
|
Loading…
Add table
Reference in a new issue