Merge branch 'master' of https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize
This commit is contained in:
commit
fb0035e19a
6 changed files with 9 additions and 8 deletions
2
.github/workflows/dependency-update.yml
vendored
2
.github/workflows/dependency-update.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
- name: Dependabot metadata
|
||||
id: metadata
|
||||
uses: dependabot/fetch-metadata@v1.3.5
|
||||
uses: dependabot/fetch-metadata@v1.5.0
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: Enable auto-merge for Dependabot PRs
|
||||
|
|
|
|||
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
id: status
|
||||
run: |
|
||||
LOCALAPPVER=($(cat sandstorm.version))
|
||||
REMOTEAPPVER=($(curl -s -X GET 'https://api.steamcmd.net/v1/info/581330' | jq -r -e '.data."581330".depots."581333".manifests.public'))
|
||||
REMOTEAPPVER=($(curl -s -X GET 'https://api.steamcmd.net/v1/info/581330' | jq -r -e '.data."581330".depots."581333".manifests.public.gid'))
|
||||
if [ -z "$REMOTEAPPVER" -a "$REMOTEAPPVER" = " " ]; then
|
||||
echo "Empty Response"
|
||||
exit 1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:jammy-20221101
|
||||
FROM ubuntu:jammy-20230425
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
||||
lib32gcc-s1 \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:jammy-20221101
|
||||
FROM ubuntu:jammy-20230425
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
||||
lib32gcc-s1 \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
## Insurgency: Sandstorm Docker Container
|
||||
[](https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize/actions/workflows/docker-image.yml)
|
||||
[](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
|
||||
[](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
|
||||
[](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
|
||||
[](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
|
||||
[](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize/blob/master/sandstorm-logo.png">
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
6296463642235981290
|
||||
1142127569738928989
|
||||
|
|
|
|||
Loading…
Reference in a new issue