From 84f946a44a6d67386cdc8704bc659963e9b11c5f Mon Sep 17 00:00:00 2001 From: Alex Hamlin Date: Thu, 10 Oct 2024 20:59:08 -0700 Subject: [PATCH] Bump the BuildKit Dockerfile frontend --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d6cd1a..e82bd99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# syntax = docker.io/docker/dockerfile:1.9 +# syntax = docker.io/docker/dockerfile:1.10 # The Alpine and Go base images must use the same release of Alpine. ARG ALPINE_BASE=docker.io/library/alpine:3.20