Skip to content

Commit

Permalink
Use updated base image
Browse files Browse the repository at this point in the history
Signed-off-by: yubiuser <[email protected]>
  • Loading branch information
yubiuser committed Sep 19, 2024
1 parent 75f11f3 commit cd84613
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/pi-hole/ftl-build:v2.7 AS builder
FROM ghcr.io/pi-hole/ftl-build:v2.8 AS builder

WORKDIR /app

Expand All @@ -13,8 +13,7 @@ ENV GIT_TAG=${GIT_TAG}
ARG BUILD_OPTS=""
ENV BUILD_OPTS=${BUILD_OPTS}

# Add ncurses used for pretty output in bats tests
RUN apk add --no-cache ncurses
# Setting TERM is needed for pretty output in BATS tests
ENV TERM=xterm

# Monkeypatch BATS to remove duplicate output of starting and finished test
Expand Down

0 comments on commit cd84613

Please sign in to comment.