Skip to content

Commit

Permalink
chore(v4): use 0.18.0 to improve external api requests
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Jan 1, 2023
1 parent b4762d2 commit b52a680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Container image that runs your code
FROM ubuntu:20.04

ENV cli_version="v0.16.0"
ENV cli_version="v0.18.0"

RUN set -eux; \
apt update; \
Expand Down

0 comments on commit b52a680

Please sign in to comment.