Skip to content

Commit

Permalink
replace deprecated env var
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Aug 25, 2024
1 parent 252dcf5 commit a8f66f1
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
Expand Up @@ -11,7 +11,7 @@ LABEL maintainer="aptalca"

# environment variables
ENV HOME="/config" \
MINETEST_SUBGAME_PATH="/config/.minetest/games"
MINETEST_GAME_PATH="/config/.minetest/games"

# build variables
ARG LDFLAGS="-lintl"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL maintainer="aptalca"

# environment variables
ENV HOME="/config" \
MINETEST_SUBGAME_PATH="/config/.minetest/games"
MINETEST_GAME_PATH="/config/.minetest/games"

# build variables
ARG LDFLAGS="-lintl"
Expand Down

0 comments on commit a8f66f1

Please sign in to comment.