Переглянути джерело

increase default toit-cli version to v1.19.0

Fabian Peter Hammerle 3 роки тому
батько
коміт
dae1bd6991
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -30,7 +30,7 @@ FROM docker.io/alpine:3.15.0
 
 
 # https://web.archive.org/web/20220220103519/https://github.com/hadolint/hadolint/wiki/DL4006
 # https://web.archive.org/web/20220220103519/https://github.com/hadolint/hadolint/wiki/DL4006
 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
-ARG TOIT_CLI_VERSION=1.18.2
+ARG TOIT_CLI_VERSION=1.19.0
 # hadolint ignore=DL3018
 # hadolint ignore=DL3018
 RUN apk add --no-cache \
 RUN apk add --no-cache \
         ca-certificates \
         ca-certificates \