File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 4.5.1] - 2022-12-22
8+ ### Fixed
9+ - Missing ` rm ` command
10+
711## [ 4.5.0] - 2022-12-22
812### Changed
913- Bump version of base image to 20.10.21
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz"
2222 gcloud components update && \
2323 rm -rf $(find /opt/google-cloud-sdk/ -regex ".*/__pycache__" ) && \
2424 rm -rf /opt/google-cloud-sdk/.install/.backup && \
25- google-cloud-sdk.tar.gz
25+ rm google-cloud-sdk.tar.gz
2626
2727RUN wget -q https://get.helm.sh/helm-v3.5.3-linux-amd64.tar.gz -O helm.tar.gz && \
2828 tar xf helm.tar.gz && \
You canβt perform that action at this time.
0 commit comments