Skip to content

Commit

Permalink
updates (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn90 authored Feb 9, 2025
2 parents d635ab6 + f246224 commit 767eb11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/docker/_base/image.df
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ FROM busybox:latest AS busybox

FROM debian:stable-slim AS debian

FROM ubuntu:rolling AS ubuntu
FROM ubuntu:24.10 AS ubuntu
4 changes: 2 additions & 2 deletions src/docker/alpine-ext/ext-alpine.df
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV HUGO_BIND="0.0.0.0" \
HUGO_ENV="DEV" \
HUGO_EDITION="extended" \
HUGO_CACHEDIR="/tmp" \
NODE_PATH=".:/usr/local/lib/node_modules:/usr/local/node/lib/node_modules" \
NODE_PATH=".:/usr/local/lib/node_modules" \
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/node/bin" \
GOROOT="/usr/local/lib/go" \
HOME="/home/hugo"
Expand Down Expand Up @@ -46,7 +46,7 @@ RUN true \
#
# Prepare folders
&& mkdir -p /src /target \
&& chown -R hugo:hugo /src /target /home/hugo \
&& chown -R hugo:hugo /src /target /home/hugo /usr/local/lib/node_modules \
&& chmod a+wrx /src /target \
#
# add /src to safe.directory
Expand Down

0 comments on commit 767eb11

Please sign in to comment.