Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Jan 31, 2025
1 parent 3209e41 commit e735038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk update && \
cmake -DCMAKE_BUILD_TYPE=Release . && \
make

FROM arm64v8/alpine:latest
FROM arm64v8/alpine:3.19
RUN apk update && \
apk add pcre2 libuv yajl curl tzdata && \
mkdir -p /var/lib/thingsdb
Expand Down

0 comments on commit e735038

Please sign in to comment.