diff --git a/Dockerfile b/Dockerfile index 59118ec..3b4266c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,13 @@ -FROM debian:stretch -RUN DEBIAN_FRONTENT=noninteractive && \ - apt-get update && apt-get -y install jq curl gettext-base +FROM debian:bullseye +# https://packages.debian.org/bullseye/ +RUN DEBIAN_FRONTEND=noninteractive \ + && apt-get update \ + && apt-get -y install \ + ca-certificates=20210119 \ + curl=7.74.0-1.3 \ + gettext-base=0.21-4 \ + jq=1.6-2.1 \ + && apt-get clean COPY bin/ /opt/resource/ COPY tag /opt/resource/version diff --git a/tag b/tag index f9cbc01..b0f3d96 100644 --- a/tag +++ b/tag @@ -1 +1 @@ -1.0.7 \ No newline at end of file +1.0.8 diff --git a/upload_pipeline.sh b/upload_pipeline.sh old mode 100644 new mode 100755