Skip to content

Commit 91585a9

Browse files
alpine build issue fix as latest missing sbt version
1 parent 52f3837 commit 91585a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN mkdir -p internal/file/embedded && \
99
RUN apk add --no-cache make curl && make install && apk del make curl
1010
CMD [ "debricked" ]
1111

12-
FROM alpine:latest AS cli-base
12+
FROM alpine:3.21 AS cli-base
1313
ENV DEBRICKED_TOKEN=""
1414
RUN apk add --no-cache git
1515
WORKDIR /root/

0 commit comments

Comments
 (0)