From f349c63a08b77e400649ed76410f8c7f5c0dca34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:00:37 +0200 Subject: [PATCH] fix(deps): update tf2-competitive version to 3.2.11 (#32) Co-authored-by: garrappachc <832588+garrappachc@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6714fbd..9fb3c1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG REGISTRY=ghcr.io -ARG TF2_COMPETITIVE_VERSION=3.2.7 +ARG TF2_COMPETITIVE_VERSION=3.2.11 FROM ${REGISTRY}/melkortf/tf2-competitive:${TF2_COMPETITIVE_VERSION} LABEL maintainer="garrappachc@gmail.com"