Skip to content

Commit f6619cb

Browse files
Switch docker image to ubuntu (#884)
1 parent aabe2e4 commit f6619cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/ci/x86_64/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
# must be built from /dist directory
33

4-
FROM alpine as app
4+
FROM ubuntu:24.04 as app
55
LABEL MAINTAINER="https://discord.gg/Uz29ny"
66

7-
RUN apk add --update --no-cache --repository https://dl-3.alpinelinux.org/alpine/edge/community --repository https://dl-3.alpinelinux.org/alpine/edge/main vips
7+
RUN apt-get update && apt-get install -y libvips
88

99
COPY stash-box-linux /usr/bin/stash-box
1010

0 commit comments

Comments
 (0)