Skip to content

Commit 4545b0d

Browse files
authored
Update Dockerfile
1 parent 0883379 commit 4545b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FROM golang:alpine as builder
55
RUN apk update && apk add --no-cache git build-base
66
RUN git clone https://luajit.org/git/luajit-2.0.git \
77
&& cd luajit-2.0 \
8+
&& git checkout v2.1 \
89
&& make CCOPT="-static -fPIC" BUILDMODE="static" && make install
910
COPY . /heplify-server
1011
WORKDIR /heplify-server/cmd/heplify-server

0 commit comments

Comments
 (0)