Skip to content

Commit

Permalink
Merge pull request #61 from CMSgov/update-actions-runner-to-2.285.1
Browse files Browse the repository at this point in the history
Update Actions Runner Version to 2.285.1
  • Loading branch information
crbudzeak authored Dec 6, 2021
2 parents a985e55 + 89ba121 commit 1054b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
ARG RUNUSER=runner
ARG RUNGROUP=runner
ARG ACTIONS_VERSION="2.285.0"
ARG ACTIONS_VERSION="2.285.1"


COPY build.sh /tmp

Expand Down

0 comments on commit 1054b7a

Please sign in to comment.