mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2026-06-04 18:24:04 +08:00
Switch to latest version of Alpine and fix intersection
This commit is contained in:
@@ -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:
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user