Skip to content

Commit

Permalink
Update runner version to 2.321.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl authored Dec 13, 2024
1 parent acab455 commit 115db12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV CONTAINER_USER="runner" \
DEBIAN_FRONTEND="noninteractive"

# Checked by renovate
ENV ACTIONS_RUNNER_VERSION="2.320.0"
ENV ACTIONS_RUNNER_VERSION="2.321.0"

SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]

Expand Down Expand Up @@ -75,4 +75,4 @@ USER ${CONTAINER_UID}

WORKDIR ${CONTAINER_HOME}

ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 comments on commit 115db12

Please sign in to comment.