From d13c16116081473e4d0b152b112cb0490fd59fb6 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Thu, 8 Jun 2023 19:53:05 +0200 Subject: [PATCH] updated golang to v1.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3703cd..30b88ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG GRAALVM_VERSION=22.3.0 ARG BUILD_VERSION_ARG=unset -FROM golang:1.17-bullseye AS buildcontainer +FROM golang:1.20-bullseye AS buildcontainer ARG SIGNAL_CLI_VERSION ARG LIBSIGNAL_CLIENT_VERSION