Skip to content

Commit

Permalink
updated golang to version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard B committed Nov 24, 2023
1 parent e4a2150 commit 6f2fadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GRAALVM_VERSION=22.3.3

ARG BUILD_VERSION_ARG=unset

FROM golang:1.20-bullseye AS buildcontainer
FROM golang:1.21-bullseye AS buildcontainer

ARG SIGNAL_CLI_VERSION
ARG LIBSIGNAL_CLIENT_VERSION
Expand Down

0 comments on commit 6f2fadf

Please sign in to comment.