Skip to content

Commit

Permalink
Use fixed versions for base image and workflow runner
Browse files Browse the repository at this point in the history
  • Loading branch information
paschi committed Sep 28, 2023
1 parent 7e88111 commit fe82fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
contents: read
packages: write
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:bullseye-20211011

ARG USER_ID=1000
ARG USER=steam
Expand Down Expand Up @@ -55,4 +55,4 @@ EXPOSE 26900/UDP

COPY ./docker-entrypoint.sh /
WORKDIR ${HLDS_DIR}
ENTRYPOINT "/docker-entrypoint.sh"
ENTRYPOINT "/docker-entrypoint.sh"

0 comments on commit fe82fe1

Please sign in to comment.