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 f319927 commit 522f214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.pibuilder
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "--login", "-ce"]

ARG GOVERSION=1.21.3

RUN apt-get update && apt-get install -y debian-archive-keyring
RUN apt-get update && apt-get install --allow-unauthenticated --allow-insecure-repositories -y debian-archive-keyring

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

0 comments on commit 522f214

Please sign in to comment.