From c9eb885545bf3574f554c8fb8525570e1e5314e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:22:48 -0500 Subject: [PATCH] Bump golang from 1.20-alpine to 1.22-alpine in /schemas (#261) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com> Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com> --- schemas/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/Dockerfile b/schemas/Dockerfile index 5a42d837..7634547a 100644 --- a/schemas/Dockerfile +++ b/schemas/Dockerfile @@ -1,6 +1,6 @@ ## Build ## -FROM golang:1.20-alpine AS build +FROM golang:1.22-alpine AS build WORKDIR /app