From d352996169a03fc015d5e416625f8261f2bad36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:13:40 -0400 Subject: [PATCH] chore(deps): Bump blinklabs-io/go from 1.21.10-1 to 1.21.11-1 (#94) Bumps [blinklabs-io/go](https://github.com/blinklabs-io/docker-go) from 1.21.10-1 to 1.21.11-1. - [Release notes](https://github.com/blinklabs-io/docker-go/releases) - [Commits](https://github.com/blinklabs-io/docker-go/compare/v1.21.10-1...v1.21.11-1) --- updated-dependencies: - dependency-name: blinklabs-io/go dependency-type: direct:production update-type: version-update:semver-patch ... 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 1a82973..183d170 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/blinklabs-io/go:1.21.10-1 AS build +FROM ghcr.io/blinklabs-io/go:1.21.11-1 AS build WORKDIR /code COPY . .