task(ci): update base image
This commit is contained in:
@@ -59,10 +59,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
env:
|
|
||||||
ALPINE_VERSION: 3.22
|
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
build-args:
|
||||||
|
ALPINE_VERSION: "3.22"
|
||||||
push: true
|
push: true
|
||||||
file: docker/Dockerfile.base.worker
|
file: docker/Dockerfile.base.worker
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user