Skip to content

Commit

Permalink
chore: change docker base image as razonyang/hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jan 28, 2023
1 parent 3852f9c commit 4d13a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM klakegg/hugo:ext-ubuntu as builder
FROM razonyang/hugo as builder

## Build site
WORKDIR /src
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############
# Build Stage #
###############
FROM klakegg/hugo:ext-ubuntu as builder
FROM razonyang/hugo as builder

WORKDIR /src
COPY . /src
Expand Down

0 comments on commit 4d13a65

Please sign in to comment.