From e81cdd135f7af265b4c6202ba6449adfae9acc06 Mon Sep 17 00:00:00 2001 From: libops-agent <115990865+libops-agent@users.noreply.github.com> Date: Sun, 30 Aug 2026 17:09:33 +0000 Subject: [PATCH] [patch] Let the LibOps builder tag float --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 827f50e..565107b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/libops/go:1.26.6@sha256:132e5632829827a10da523e64a2adaed4c47362e60ac26f081181d7c7a279bb8 AS builder +FROM ghcr.io/libops/go:1.26.6 AS builder SHELL ["/bin/ash", "-o", "pipefail", "-ex", "-c"]