Skip to content

Commit

Permalink
new image 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Taruf Khan committed Aug 2, 2024
1 parent 55db818 commit 0cb3bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
platforms: linux/amd64, linux/arm64
push: ${{ github.event_name != 'pull_request' }}
# tags: ${{ steps.metadata.outputs.tags }}
tags: devbyteops/aliyun-cli:0.0.1
tags: devbyteops/aliyun-cli:0.0.2
labels: ${{ steps.metadata.outputs.labels }}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.19.1
ARG ALIYUN_VERSION=3.0.206
FROM alpine:3.20.2
ARG ALIYUN_VERSION=3.0.216
RUN apk update && apk add --no-cache bash
RUN wget https://aliyuncli.alicdn.com/aliyun-cli-linux-${ALIYUN_VERSION}-amd64.tgz && \
tar -xvzf aliyun-cli-linux-${ALIYUN_VERSION}-amd64.tgz && \
Expand Down

0 comments on commit 0cb3bea

Please sign in to comment.