File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ RUN apk add --no-cache \
3434 && "/baselayout/usr/local/bin/go-replace" --version \
3535 && ln -s /baselayout/usr/local/bin/go-replace /usr/local/bin/ \
3636 # Install gosu
37- && wget -O "/baselayout/sbin/gosu" "https://github.com/tianon/gosu/releases/download/1.16 /gosu-amd64" \
38- && wget -O "/tmp/gosu.asc" "https://github.com/tianon/gosu/releases/download/1.16 /gosu-amd64.asc" \
37+ && wget -O "/baselayout/sbin/gosu" "https://github.com/tianon/gosu/releases/download/1.10 /gosu-amd64" \
38+ && wget -O "/tmp/gosu.asc" "https://github.com/tianon/gosu/releases/download/1.10 /gosu-amd64.asc" \
3939 && export GNUPGHOME="$(mktemp -d)" \
4040 && gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
4141 && gpg --batch --verify /tmp/gosu.asc "/baselayout/sbin/gosu" \
Original file line number Diff line number Diff line change 55 && "{{ path }}/go-replace" --version
66{% - endmacro %}
77
8- {% macro gosu (path ="/sbin" , arch ="amd64" , version ="1.16 " ) -%}
8+ {% macro gosu (path ="/sbin" , arch ="amd64" , version ="1.10 " ) -%}
99 # Install gosu
1010 && wget -O "{{ path }}/gosu" "https://github.com/tianon/gosu/releases/download/{{ version }}/gosu-{{ arch }}" \
1111 && wget -O "/tmp/gosu.asc" "https://github.com/tianon/gosu/releases/download/{{ version }}/gosu-{{ arch }}.asc" \
You can’t perform that action at this time.
0 commit comments