From 03a223acff7567e0b6222e0d5220c42112c192b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Wed, 27 Nov 2024 15:02:23 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3docker:=20update=20Dockerfile=20(#5?= =?UTF-8?q?99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🐳docker: update Dockerfile * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c6165e..cdb5268 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker.io/docker/dockerfile-upstream:1.12.0-rc1-labs +# syntax=docker.io/docker/dockerfile-upstream:1.12.0-labs # check=error=true FROM oven/bun:canary AS builder WORKDIR /usr/src/app