File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
# by running something like the following
5
5
# docker build --target STAGE -f docker/Dockerfile .
6
6
7
- FROM golang:buster as envsubst
7
+ FROM golang:bullseye as envsubst
8
8
9
9
# v1.2.0
10
10
ARG ENVSUBST_COMMIT_SHA=16035fe3571ad42c7796bf554f978bb2df64231b
11
11
12
12
RUN go install github.com/a8m/envsubst/cmd/envsubst@$ENVSUBST_COMMIT_SHA \
13
13
&& strip -g /go/bin/envsubst
14
14
15
- FROM rust:buster as graph-node-build
15
+ FROM rust:slim-bullseye as graph-node-build
16
16
17
17
ARG COMMIT_SHA=unknown
18
18
ARG REPO_NAME=unknown
@@ -47,7 +47,7 @@ COPY docker/Dockerfile /Dockerfile
47
47
COPY docker/bin/* /usr/local/bin/
48
48
49
49
# The graph-node runtime image with only the executable
50
- FROM debian:buster -slim as graph-node
50
+ FROM debian:bullseye -slim as graph-node
51
51
ENV RUST_LOG ""
52
52
ENV GRAPH_LOG ""
53
53
ENV EARLY_LOG_CHUNK_SIZE ""
You can’t perform that action at this time.
0 commit comments