Skip to content

Commit

Permalink
update apps
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Jan 11, 2025
1 parent ec71e6c commit 0bcdb16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/games.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
fail-fast: false
matrix:
game:
- foundry
#- foundry
- interstellarrift
- quakeliveqlx
- satisfactory
- screeps
- staxel
- thefront
Expand Down
6 changes: 3 additions & 3 deletions apps/uptimekuma/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM --platform=$TARGETOS/$TARGETARCH node:20-alpine
FROM --platform=$TARGETOS/$TARGETARCH node:22-alpine

LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.authors="Torsten Widmann - gOOvER - [email protected]"
LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images"
LABEL org.opencontainers.image.description="Docker image for Pelican, Jexactyl & Pterodactyl"
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
LABEL org.opencontainers.image.description "Docker image for Pelican Hosting Panel and Pterodactyl"

RUN apk update \
&& apk upgrade
Expand Down

0 comments on commit 0bcdb16

Please sign in to comment.