Skip to content

Commit 48da3cf

Browse files
geroplroboquat
authored andcommitted
[server] Pin oci-tool to 0.1.1
1 parent d12fa7e commit 48da3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /app
1212
RUN /installer/install.sh
1313

1414
FROM golang:1.17.2 as oci-tool-builder
15-
RUN go install github.com/csweichel/oci-tool@latest
15+
RUN go install github.com/csweichel/oci-tool@v0.1.1
1616

1717
FROM node:16.13.0-slim
1818
ENV NODE_OPTIONS="--unhandled-rejections=warn --max_old_space_size=2048"

0 commit comments

Comments
 (0)