Skip to content

Commit ff46bb0

Browse files
authored
update docker base images and UI dependencies (#1302)
* update docker base images and UI dependencies * use latest compliant base image
1 parent 010865f commit ff46bb0

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docker/DebugDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine
1+
FROM registry.opensource.zalan.do/library/alpine-3.12:latest
22
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
33

44
# We need root certificates to deal with teams api over https

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine
1+
FROM registry.opensource.zalan.do/library/alpine-3.12:latest
22
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
33

44
# We need root certificates to deal with teams api over https

docker/logical-backup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM registry.opensource.zalan.do/library/ubuntu-18.04:latest
22
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
33

44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.6
1+
FROM registry.opensource.zalan.do/library/alpine-3.12:latest
22
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
33

44
EXPOSE 8081

ui/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Flask-OAuthlib==0.9.5
22
Flask==1.1.2
3-
backoff==1.8.1
4-
boto3==1.10.4
3+
backoff==1.10.0
4+
boto3==1.16.52
55
boto==2.49.0
6-
click==6.7
7-
furl==1.0.2
8-
gevent==1.2.2
9-
jq==0.1.6
6+
click==7.1.2
7+
furl==2.1.0
8+
gevent==20.12.1
9+
jq==1.1.1
1010
json_delta>=2.0
1111
kubernetes==3.0.0
12-
requests==2.22.0
12+
requests==2.25.1
1313
stups-tokens>=1.1.19
14-
wal_e==1.1.0
14+
wal_e==1.1.1
1515
werkzeug==0.16.1

0 commit comments

Comments
 (0)