1 Commits
1.0.4 ... 1.0.5

Author SHA1 Message Date
447646eb64 Fixing typo. Updating to version 1.0.5 2023-11-09 23:48:45 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ RUN apt-get -y install vim
ARG RUNNER_VERSION="2.311.0" ARG RUNNER_VERSION="2.311.0"
# update the base packages and add a non-sudo user # update the base packages and add a non-sudo user
RUN apt-get update -y && apt-get upgrade -y && useradd -m docker\ RUN apt-get update -y && apt-get upgrade -y && useradd -m docker \
echo 'docker ALL=(ALL) NOPASSWD:ALL' | tee -a /etc/sudoers echo 'docker ALL=(ALL) NOPASSWD:ALL' | tee -a /etc/sudoers
# install python and the packages the your code depends on along with jq so we can parse JSON # install python and the packages the your code depends on along with jq so we can parse JSON

View File

@ -1,3 +1,3 @@
# Docker Github Action Runner # Docker Github Action Runner
## Version 1.0.4 ## Version 1.0.5