Merge pull request 'Update 'Dockerfile'' (#1) from sarah-patch-1 into main

Reviewed-on: #1
This commit is contained in:
Sarah Jamie Lewis 2024-01-02 23:32:53 +00:00
commit 28ed42e274
1 changed files with 1 additions and 1 deletions

View File

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