Skip to content

Commit d95a2c1

Browse files
committed
πŸ› Fix missing rm cmd
1 parent e9d4a48 commit d95a2c1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

β€ŽDockerfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2727
RUN wget -q https://get.helm.sh/helm-v3.5.3-linux-amd64.tar.gz -O helm.tar.gz && \
2828
tar xf helm.tar.gz && \

0 commit comments

Comments
Β (0)