Skip to content

Commit

Permalink
chore: armory update (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
lukepolo and github-actions authored Oct 4, 2024
1 parent db800c2 commit f8f32c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV USER="steam"
ENV SERVER_ID=""

ENV METAMOD_URL=https://mms.alliedmods.net/mmsdrop/2.0/mmsource-2.0.0-git1314-linux.tar.gz
ENV COUNTER_STRIKE_SHARP_URL=https://github.com/roflmuffin/CounterStrikeSharp/releases/download/v267/counterstrikesharp-with-runtime-build-267-linux-74ce0d2.zip
ENV COUNTER_STRIKE_SHARP_URL=https://github.com/roflmuffin/CounterStrikeSharp/releases/download/v269/counterstrikesharp-with-runtime-build-269-linux-2c7f896.zip

RUN echo "deb http://deb.debian.org/debian bookworm contrib non-free non-free-firmware" >> /etc/apt/sources.list && \
apt-get update && apt-get -y upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion src/FiveStack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.267" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.269" />
<PackageReference Include="StackExchange.Redis" Version="2.8.0" />
</ItemGroup>

Expand Down

0 comments on commit f8f32c7

Please sign in to comment.