Skip to content

Commit

Permalink
fixed ver
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Jan 31, 2025
1 parent e735038 commit 8d37daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/arm64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.19
FROM arm64v8/alpine:3.19.4
WORKDIR /tmp/thingsdb
COPY ./CMakeLists.txt ./CMakeLists.txt
COPY ./main.c ./main.c
Expand All @@ -11,7 +11,7 @@ RUN apk update && \
cmake -DCMAKE_BUILD_TYPE=Release . && \
make

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

0 comments on commit 8d37daf

Please sign in to comment.