From c5e128033877efc98dd3e60bc11f889a6853d8bd Mon Sep 17 00:00:00 2001 From: Ryuichi Takei <97933671+takei-ryuichi@users.noreply.github.com> Date: Sat, 28 Sep 2024 00:27:53 +0900 Subject: [PATCH] Update Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit バージョンアップ --- chapter_docker/multistage/before/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter_docker/multistage/before/Dockerfile b/chapter_docker/multistage/before/Dockerfile index f9b70041..4d611d98 100644 --- a/chapter_docker/multistage/before/Dockerfile +++ b/chapter_docker/multistage/before/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.3 +FROM golang:latest WORKDIR /app COPY ./app /app