Skip to content

Commit

Permalink
Go 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robbydyer committed Oct 19, 2023
1 parent 358c270 commit a93718b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.pibuilder
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ SHELL ["/bin/bash", "--login", "-ce"]

ARG GOVERSION=1.21.3

RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9 || true
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6ED0E7B82643E131 || true
RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 605C66F00D6C9793 || true

RUN apt-get update && \
apt-get install -y \
automake \
Expand Down

0 comments on commit a93718b

Please sign in to comment.