Skip to content

Commit

Permalink
chore(v5): use 0.20.0 with optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Mar 30, 2023
1 parent b52a680 commit b931b12
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.18.0"
ENV cli_version="v0.20.0"

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

0 comments on commit b931b12

Please sign in to comment.