Skip to content

Commit

Permalink
feat: Upgrade awscli v1 to 1.32.5, v2 to 2.15.3
Browse files Browse the repository at this point in the history
- Also docker to 24.0.7
  • Loading branch information
CheyiLin committed Dec 21, 2023
1 parent b076da8 commit 9b85bfc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
matrix:
include:
- ctx: v1
version: "1.30.5"
version: "1.32.5"
- ctx: v2
version: "2.13.38"
version: "2.15.3"
env:
BUILD_PLATFORMS: linux/amd64,linux/arm64
DOCKER_VERSION: "24.0.5"
DOCKER_VERSION: "24.0.7"
services:
registry:
image: registry:2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
BUILD_CTX: v1
BUILD_PLATFORMS: linux/amd64,linux/arm64
DOCKER_VERSION: "24.0.5"
DOCKER_VERSION: "24.0.7"
steps:
- name: Setup Envs
run: echo BUILD_TAG=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
env:
BUILD_CTX: v2
BUILD_PLATFORMS: linux/amd64,linux/arm64
DOCKER_VERSION: "24.0.5"
DOCKER_VERSION: "24.0.7"
DOCKER_BUILDX_VERSION: "0.11.2"
DOCKER_COMPOSE_VERSION: "2.20.2"
DOCKER_COMPOSE_VERSION: "2.21.0"
steps:
- name: Setup Envs
run: echo BUILD_TAG=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion v1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DOCKER_VERSION=24.0.5
ARG DOCKER_VERSION=24.0.7

FROM docker:${DOCKER_VERSION}-git

Expand Down
4 changes: 2 additions & 2 deletions v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ ARG TARGETARCH

ARG DOCKER_DL_BASE=https://download.docker.com/linux/ubuntu/dists/focal/pool/stable

ARG DOCKER_VERSION=24.0.5
ARG DOCKER_VERSION=24.0.7
ENV DOCKER_VERSION=${DOCKER_VERSION}

ARG DOCKER_BUILDX_VERSION=0.11.2
ENV DOCKER_BUILDX_VERSION=${DOCKER_BUILDX_VERSION}

ARG DOCKER_COMPOSE_VERSION=2.20.2
ARG DOCKER_COMPOSE_VERSION=2.21.0
ENV DOCKER_COMPOSE_VERSION=${DOCKER_COMPOSE_VERSION}

ARG AWS_CLI_VERSION=2.13.3
Expand Down

0 comments on commit 9b85bfc

Please sign in to comment.