Skip to content

Commit e1fbbfa

Browse files
committed
5/15/2024: v0.13 -> Updating to Alpine 3.19.1, incorporating a few PRs
1 parent 406c24a commit e1fbbfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
77

88
RUN /tmp/fetch_binaries.sh
99

10-
FROM alpine:3.18.0
10+
FROM alpine:3.19.1
1111

1212
RUN set -ex \
1313
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \

motd

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
dP dP `88888P' dP `88888P' dP dP `88888P' `88888P' dP
77

88
Welcome to Netshoot! (github.com/nicolaka/netshoot)
9-
Version: 0.11
9+
Version: 0.13
1010

11-
11+

0 commit comments

Comments
 (0)