From b585052f6b7353a33677c698511e12814aa7fbce Mon Sep 17 00:00:00 2001 From: Andrea Grillo Date: Wed, 19 Jun 2024 18:27:56 +0200 Subject: [PATCH] feat: Update runner base image to 2.317.0 (#37) update base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a90382..f8be959 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.316.1@sha256:6db7a9e04f4b568b843c5ab40952319294807a2165a9a268fe36c71630415265 AS base +FROM ghcr.io/actions/actions-runner:2.317.0@sha256:95db6fbb020b9f734e8a00389291dae766f0e6ad3d1171ae2d68e9ad8ac4a985 AS base USER root