diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 9cde4ad34..a870f38a8 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM haproxy:1.8.28-alpine +FROM haproxy:1.8.30-alpine RUN apk --no-cache add socat openssl lua5.3 lua-socket # dumb-init kindly manages SIGCHLD from forked HAProxy processes