File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ RUN curl https://sh.rustup.rs -sSf -o rustup.sh ; chmod +x rustup.sh ; ./rustup.
13
13
ENV PATH="$PATH:/root/.cargo/bin"
14
14
15
15
# Install spire-agent
16
- RUN wget -q https://github.com/spiffe/spire/releases/download/v1.9.0 /spire-1.9.0 -linux-amd64-musl.tar.gz
17
- RUN tar xvf spire-1.9.0 -linux-amd64-musl.tar.gz ; mv spire-1.9.0 /opt ; mv /opt/spire-1.9.0 /opt/spire
16
+ RUN wget -q https://github.com/spiffe/spire/releases/download/v1.9.1 /spire-1.9.1 -linux-amd64-musl.tar.gz
17
+ RUN tar xvf spire-1.9.1 -linux-amd64-musl.tar.gz ; mv spire-1.9.1 /opt ; mv /opt/spire-1.9.1 /opt/spire
18
18
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
19
19
20
20
# Install pyspiffe package
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ RUN curl https://sh.rustup.rs -sSf -o rustup.sh ; chmod +x rustup.sh ; ./rustup.
14
14
ENV PATH="$PATH:/root/.cargo/bin"
15
15
16
16
# Install spire-agent
17
- RUN wget -q https://github.com/spiffe/spire/releases/download/v1.9.0/spire-1.9.0-linux-amd64-musl.tar.gz
18
- RUN tar xvf spire-1.9.0-linux-amd64-musl.tar.gz ; mv spire-1.9.0 /opt ; mv /opt/spire-1.9.0 /opt/spire
17
+
18
+ RUN wget -q https://github.com/spiffe/spire/releases/download/v1.9.1/spire-1.9.1-linux-amd64-musl.tar.gz
19
+ RUN tar xvf spire-1.9.1-linux-amd64-musl.tar.gz ; mv spire-1.9.1 /opt ; mv /opt/spire-1.9.1 /opt/spire
19
20
RUN ln -s /opt/spire/bin/spire-agent /usr/bin/spire-agent
20
21
21
22
# Install pyspiffe package
You can’t perform that action at this time.
0 commit comments