Browse Source

increase default toit-cli version to v1.19.0

Fabian Peter Hammerle 3 years ago
parent
commit
dae1bd6991
1 changed files with 1 additions and 1 deletions
  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
 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
-ARG TOIT_CLI_VERSION=1.18.2
+ARG TOIT_CLI_VERSION=1.19.0
 # hadolint ignore=DL3018
 RUN apk add --no-cache \
         ca-certificates \