Skip to content

Commit 57f7eeb

Browse files
committed
Replace wget URLs for v1.2.5
1 parent 89c1502 commit 57f7eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ If you don't have an internal apt server, you can use `dpkg -i` to install the
174174
One possibility is with the following commands in your Dockerfile:
175175

176176
```Dockerfile
177-
RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.4/dumb-init_1.2.4_amd64.deb
177+
RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_amd64.deb
178178
RUN dpkg -i dumb-init_*.deb
179179
```
180180

@@ -185,7 +185,7 @@ Since dumb-init is released as a statically-linked binary, you can usually just
185185
plop it into your images. Here's an example of doing that in a Dockerfile:
186186

187187
```Dockerfile
188-
RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.4/dumb-init_1.2.4_x86_64
188+
RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_x86_64
189189
RUN chmod +x /usr/local/bin/dumb-init
190190
```
191191

0 commit comments

Comments
 (0)