From eb289d68966d2fbd51a81e52d612b6675b51ca8d Mon Sep 17 00:00:00 2001 From: Andrea Grillo Date: Thu, 16 May 2024 13:13:44 +0200 Subject: [PATCH] feat: Update runner base image to 2.316.1 (#36) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f46aad2..2a90382 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.315.0@sha256:45f609ab5bd691735dbb25e3636db2f5142fcd8f17de635424f2e7cbd3e16bc9 AS base +FROM ghcr.io/actions/actions-runner:2.316.1@sha256:6db7a9e04f4b568b843c5ab40952319294807a2165a9a268fe36c71630415265 AS base USER root