Skip to content

Commit

Permalink
fix: goreleaser docker build
Browse files Browse the repository at this point in the history
(cherry picked from commit 051104b)
  • Loading branch information
o1egl authored and langren1353 committed Jul 31, 2023
1 parent b97e92e commit 42890ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dockers:
- "langren1353/filebrowser-ckplayer:v{{ .Major }}-amd64"
extra_files:
- docker_config.json
- healthcheck.sh
-
dockerfile: Dockerfile
use: buildx
Expand All @@ -75,6 +76,7 @@ dockers:
- "langren1353/filebrowser-ckplayer:v{{ .Major }}-arm64"
extra_files:
- docker_config.json
- healthcheck.sh
-
dockerfile: Dockerfile
use: buildx
Expand All @@ -94,6 +96,7 @@ dockers:
- "langren1353/filebrowser-ckplayer:v{{ .Major }}-armv6"
extra_files:
- docker_config.json
- healthcheck.sh
-
dockerfile: Dockerfile
use: buildx
Expand All @@ -113,6 +116,7 @@ dockers:
- "langren1353/filebrowser-ckplayer:v{{ .Major }}-armv7"
extra_files:
- docker_config.json
- healthcheck.sh
## s6 based docker images
-
dockerfile: Dockerfile.s6
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.14
FROM ghcr.io/linuxserver/baseimage-alpine:3.17

RUN apk --update add ca-certificates \
mailcap \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s6.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.14
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17

RUN apk --update add ca-certificates \
mailcap \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s6.armhf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.14
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.17

RUN apk --update add ca-certificates \
mailcap \
Expand Down

0 comments on commit 42890ad

Please sign in to comment.