We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0883379 commit 4545b0dCopy full SHA for 4545b0d
docker/Dockerfile
@@ -5,6 +5,7 @@ FROM golang:alpine as builder
5
RUN apk update && apk add --no-cache git build-base
6
RUN git clone https://luajit.org/git/luajit-2.0.git \
7
&& cd luajit-2.0 \
8
+ && git checkout v2.1 \
9
&& make CCOPT="-static -fPIC" BUILDMODE="static" && make install
10
COPY . /heplify-server
11
WORKDIR /heplify-server/cmd/heplify-server
0 commit comments