From 577d6f5061f40a5b5d76c562a2b9c2ccb72972fe Mon Sep 17 00:00:00 2001 From: JonJagger Date: Mon, 7 Sep 2026 10:11:52 +0000 Subject: [PATCH] Dockerfile - Automated base-image update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bfee2f42..0d7ec110 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/cyber-dojo/sinatra-base:e06ed4c@sha256:3030430a767406f8ded8c2cf5d24d111d72366b9bf253ea1d6e859a80a0946da AS base +FROM ghcr.io/cyber-dojo/sinatra-base:949edc1@sha256:fd5205d77df654e812682c185b04f8c94f22ae192d2a09efb68f1358a36d73a2 AS base # The FROM statement above is typically set via an automated pull-request from the sinatra-base repo LABEL maintainer=jon@jaggersoft.com