From e8ab1cc795138bbd0a9fc55cf9c26c728a41611d Mon Sep 17 00:00:00 2001 From: "K.Matsuzawa" <49175372+k-matsuzawa@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:39:41 +0900 Subject: [PATCH] feat: update goose to v3.24.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd70673..916ba9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETPLATFORM golang:1.23.4-alpine3.20 as builder -RUN GOOSE_VERSION=v3.23.1 && \ +RUN GOOSE_VERSION=v3.24.1 && \ go install github.com/pressly/goose/v3/cmd/goose@${GOOSE_VERSION} FROM --platform=$TARGETPLATFORM alpine:3.20 as runner