fix: update Hugo base image to use onbuild variant
This commit is contained in:
parent
3dbacc94d3
commit
d2a9f905f1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM klakegg/hugo:0.128.0-ext-alpine AS builder
|
||||
FROM klakegg/hugo:ext-alpine-onbuild AS builder
|
||||
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue