Updated Runner to 2.274.1 (#176)

* Updated Runner to 2.274.1

* Update image tag in workflow
This commit is contained in:
Reinier Timmer 2020-11-12 01:14:06 +01:00 committed by GitHub
parent e613219a89
commit 8217ebcaac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
name: Build
env:
RUNNER_VERSION: 2.273.5
RUNNER_VERSION: 2.274.1
DOCKER_VERSION: 19.03.12
DOCKERHUB_USERNAME: ${{ github.repository_owner }}
steps:

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.272.0
ARG RUNNER_VERSION=2.274.1
ARG DOCKER_VERSION=19.03.12
ENV DEBIAN_FRONTEND=noninteractive

View File

@ -43,7 +43,7 @@ RUN adduser --disabled-password --gecos "" --uid 1000 runner \
&& echo "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.272.0
ARG RUNNER_VERSION=2.274.1
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=19.03.13
ARG DEBUG=false