Compare commits

..

No commits in common. "28ed42e274473089e828ecf1eeeea1a34f7317f4" and "e047915170bedffa9197aa44db1c9f2298a44f80" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21.5
FROM golang:1.19.1
RUN apt-get update \
&& apt-get install -y gcc-aarch64-linux-gnu \