mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2025-01-04 19:47:33 +00:00
Switch to latest version of Alpine and fix intersection
This commit is contained in:
parent
73ee27f14e
commit
06beaed6ab
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -19,7 +19,7 @@ env:
|
||||
REGISTRY_USERNAME: vividboarder
|
||||
# github.repository as <account>/<repo>
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/riscv64
|
||||
PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM alpine:3.14
|
||||
FROM alpine:3.16
|
||||
|
||||
RUN apk --no-cache add bash=~5.1 curl=~7.79 ca-certificates=~20220614
|
||||
RUN apk --no-cache add bash=~5.1 curl=~7.83 ca-certificates=~20220614
|
||||
COPY push.sh /bin/
|
||||
RUN chmod +x /bin/push.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user