Skip to content

Commit 7e8d075

Browse files
committed
update dockerfile
1 parent b05964a commit 7e8d075

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ADD shim/shim /tmp/ducktape/shim
55
ADD cert /tmp/ducktape/cert
66
ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape /tmp/ducktape/ducktape
77
RUN ["/tmp/ducktape/shim", ""]
8-
RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/tarball_arch/releases/download/v2.0.1/root.tar.bz2"]
8+
RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/tarball_arch/releases/download/v2.1.2/root.tar.bz2"]
99
RUN pacman -Syy --needed --noconfirm archlinux-keyring
10-
RUN pacman -Syu --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux
10+
RUN pacman -Su --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux
1111
CMD ["/bin/bash"]

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Les Aker
3+
Copyright (c) 2022 Les Aker
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)