Compare commits
3 commits
99f925a389
...
a9e496ea2f
Author | SHA1 | Date | |
---|---|---|---|
a9e496ea2f | |||
063930ccb3 | |||
2e8a18ce61 |
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
username: ${{ secrets.CR_USERNAME }}
|
||||
password: ${{ secrets.CR_TOKEN }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
|
|
|
@ -11,7 +11,7 @@ RUN apk upgrade --no-cache \
|
|||
&& ./build/build.sh
|
||||
|
||||
# STEP 2 build the image including only the binary
|
||||
FROM alpine:3.19.0
|
||||
FROM alpine:3.19.1
|
||||
|
||||
RUN apk upgrade --no-cache && apk add libc6-compat device-mapper findutils zfs \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
|
Loading…
Reference in a new issue