From d37061e7a408aeb8a348e20808d4344de1963e95 Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:43:22 +0200 Subject: [PATCH] Update dependencies --- go/tests/Dockerfile | 2 +- sh/tests/Dockerfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go/tests/Dockerfile b/go/tests/Dockerfile index 175d9852..53ca2d4f 100644 --- a/go/tests/Dockerfile +++ b/go/tests/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.01-edu.org/golang:1.16.0-alpine3.13 +FROM docker.01-edu.org/golang:1.16.3-alpine3.13 ENV GIT_TERMINAL_PROMPT=0 RUN apk add --no-cache git diff --git a/sh/tests/Dockerfile b/sh/tests/Dockerfile index ba983a8c..ef39d6f9 100644 --- a/sh/tests/Dockerfile +++ b/sh/tests/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:10.5-slim +FROM docker.01-edu.org/debian:10.9-slim RUN apt-get update RUN apt-get -y install jq curl @@ -8,8 +8,8 @@ RUN curl --remote-name --location https://demo.01-edu.org/assets/superhero/all.j WORKDIR /tmp/installation -RUN curl --remote-name --location https://github.com/caddyserver/caddy/releases/download/v2.2.1/caddy_2.2.1_linux_amd64.tar.gz -RUN tar xf caddy_2.2.1_linux_amd64.tar.gz +RUN curl --remote-name --location https://github.com/caddyserver/caddy/releases/download/v2.3.0/caddy_2.3.0_linux_amd64.tar.gz +RUN tar xf caddy_2.3.0_linux_amd64.tar.gz RUN mv caddy /usr/local/bin RUN apt-get -y install libcap2-bin RUN setcap 'cap_net_bind_service=+ep' /usr/local/bin/caddy