Skip to content

Commit 9ce59fe

Browse files
committed
update base image in rippled docker file
1 parent 29805b0 commit 9ce59fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .docker/rippled.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10-stretch
1+
FROM node:18-bullseye
22

33
RUN apt-get update
44
RUN apt-get install sudo
@@ -10,7 +10,7 @@ USER docker
1010
RUN sudo apt -y update
1111
RUN sudo apt -y install apt-transport-https ca-certificates wget gnupg
1212
RUN wget -q -O - "https://repos.ripple.com/repos/api/gpg/key/public" | sudo apt-key add -
13-
RUN echo "deb https://repos.ripple.com/repos/rippled-deb stretch stable" | sudo tee -a /etc/apt/sources.list.d/ripple.list
13+
RUN echo "deb https://repos.ripple.com/repos/rippled-deb bullseye stable" | sudo tee -a /etc/apt/sources.list.d/ripple.list
1414
RUN sudo apt -y update
1515
RUN sudo apt -y install rippled
1616

0 commit comments

Comments
 (0)