Browse Source

fix(Dockerfile): debian version from `10.9-slim` to `10-slim`

pull/2076/head
Harry 10 months ago committed by GitHub
parent
commit
d75183c3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sh/tests/Dockerfile

2
sh/tests/Dockerfile

@ -1,4 +1,4 @@
FROM docker.01-edu.org/debian:10.9-slim
FROM docker.01-edu.org/debian:10-slim
RUN apt-get update
RUN apt-get -y install jq curl tree apt-utils

Loading…
Cancel
Save