From 9eb50f945dee3e8bbf4de8bd0003cf2e9bdd908c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:03:19 -0400 Subject: [PATCH] build(deps): bump blinklabs-io/go from 1.22.7-1 to 1.23.1-1 (#264) Bumps [blinklabs-io/go](https://github.com/blinklabs-io/docker-go) from 1.22.7-1 to 1.23.1-1. - [Release notes](https://github.com/blinklabs-io/docker-go/releases) - [Commits](https://github.com/blinklabs-io/docker-go/compare/v1.22.7-1...v1.23.1-1) --- updated-dependencies: - dependency-name: blinklabs-io/go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 447ec44..ec4c41c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/blinklabs-io/go:1.22.7-1 AS build +FROM ghcr.io/blinklabs-io/go:1.23.1-1 AS build WORKDIR /app COPY . .