Skip to content

Commit 2d0da8c

Browse files
author
Hans Tuscher
committed
rollback gosu version
1 parent 8265043 commit 2d0da8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/toolbox/latest/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" \

template/Dockerfile/tools.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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" \

0 commit comments

Comments
 (0)