From a0265d96910a7d08aa33866b76c756684460645b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:47:10 +0000 Subject: [PATCH 1/2] build(deps): bump golang from 1.21.5-bullseye to 1.21.6-bullseye Bumps golang from 1.21.5-bullseye to 1.21.6-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d3ac8a..d2c5a3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.5-bullseye +FROM golang:1.21.6-bullseye # `debconf: delaying package configuration, since apt-utils is not installed` を抑止する ENV DEBCONF_NOWARNINGS yes From 60bb46235e72ab55930de2d74372be9b73acdd15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 10 Jan 2024 08:47:24 +0000 Subject: [PATCH 2/2] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54caf5c..019f1d2 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ ## build ``` -docker build --platform linux/amd64 -t pacificporter/golang:1.21.5-bullseye-18.18.0 . +docker build --platform linux/amd64 -t pacificporter/golang:1.21.6-bullseye-18.18.0 . ``` ## push ``` -docker push pacificporter/golang:1.21.5-bullseye-18.18.0 +docker push pacificporter/golang:1.21.6-bullseye-18.18.0 ```