Update 'Dockerfile' #5

Merged
sarah merged 1 commits from sarah-patch-2 into main 2024-01-02 23:33:01 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ RUN ln -sf $ANDROID_HOME/ndk/$NDK_VER $ANDROID_HOME/ndk-bundle
## - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN echo 'hosts: files dns' > /etc/nsswitch.conf
ENV GOLANG_VERSION=1.19.5.linux-amd64
ENV GOLANG_SHA256=36519702ae2fd573c9869461990ae550c8c0d955cd28d2827a6b159fda81ff95
ENV GOLANG_VERSION=1.21.5.linux-amd64
ENV GOLANG_SHA256=e2bc0b3e4b64111ec117295c088bde5f00eeed1567999ff77bc859d7df70078e
RUN set -eux; \
apt-get update; \