Browse Source

Update dependencies

content-update
xpetit 3 years ago
parent
commit
d37061e7a4
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 2
      go/tests/Dockerfile
  2. 6
      sh/tests/Dockerfile

2
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

6
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

Loading…
Cancel
Save