diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fab8843..2b00d30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-22.04 + runs-on: debian-bookworm strategy: matrix: diff --git a/Dockerfile b/Dockerfile index a2f0ffa..0e3d3ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ RUN mv ./hugo /usr/bin/hugo WORKDIR /home/app RUN rm -rfv /tmp/temph -ENTRYPOINT [ "/bin/bash" ] \ No newline at end of file +ENTRYPOINT [ "/bin/sh" ] \ No newline at end of file