File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ COPY docker/Dockerfile /Dockerfile
52
52
COPY docker/bin/* /usr/local/bin/
53
53
54
54
# The graph-node runtime image with only the executable
55
- FROM debian:bookworm-20240722 -slim as graph-node
55
+ FROM debian:bookworm-20241111 -slim as graph-node
56
56
ENV RUST_LOG ""
57
57
ENV GRAPH_LOG ""
58
58
ENV EARLY_LOG_CHUNK_SIZE ""
@@ -97,11 +97,13 @@ EXPOSE 8020
97
97
EXPOSE 8030
98
98
99
99
RUN apt-get update \
100
- && apt-get install -y libpq-dev ca-certificates netcat-openbsd
100
+ && apt-get install -y libpq-dev ca-certificates \
101
+ netcat-openbsd
101
102
102
103
ADD docker/wait_for docker/start /usr/local/bin/
103
104
COPY --from=graph-node-build /usr/local/bin/graph-node /usr/local/bin/graphman /usr/local/bin/
104
105
COPY --from=graph-node-build /etc/image-info /etc/image-info
105
106
COPY --from=envsubst /go/bin/envsubst /usr/local/bin/
106
107
COPY docker/Dockerfile /Dockerfile
107
108
CMD ["start" ]
109
+
You can’t perform that action at this time.
0 commit comments