Skip to content

Commit 291dca3

Browse files
chore(deps): update all non-major dependencies
1 parent 216a315 commit 291dca3

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Check Out Repository
32-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
32+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3333

3434
- name: Set up QEMU for Docker Buildx
35-
uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2.0.0
35+
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
3636

3737
- name: Set up Docker Buildx
3838
id: buildx
39-
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2.0.0
39+
uses: docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # v2.9.0
4040

4141
- name: Set up Node.js for extracting recipe from Dockerfile
42-
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
42+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
4343

4444
- name: Set WORKDIR
4545
run: |
@@ -59,7 +59,7 @@ jobs:
5959
echo "::set-output name=platforms::${PLATFORMS//$', '/'%0A'}"
6060
echo "::set-output name=variant::$VARIANT"
6161
- name: Generate Docker image metadata
62-
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4.0.1
62+
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
6363
id: meta
6464
with:
6565
images: |
@@ -69,15 +69,15 @@ jobs:
6969
7070
- name: Login to GitHub Container Registry
7171
if: ${{ github.event_name != 'pull_request' }}
72-
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2.0.0
72+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
7373
with:
7474
registry: ghcr.io
7575
username: ${{ github.repository_owner }}
7676
password: ${{ secrets.GITHUB_TOKEN }}
7777

7878
- name: Build and push the Docker image from the specified Dockerfile
7979
id: docker_build
80-
uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3.1.1
80+
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
8181
with:
8282
context: ${{ env.ROOTDIR }}
8383
file: ${{ env.WORKDIR }}/Dockerfile

node/pterodactyl/16/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TAGS: gallium, lts
22
# VARIANT: alpine
33
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/ppc64le, linux/s390x
4-
FROM docker.io/library/node:16.17.1-alpine
4+
FROM docker.io/library/node:16.20.1-alpine
55

66
LABEL author="Frutbits Indonesia" maintainer="support@frutbits.org"
77

node/pterodactyl/16/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TAGS: gallium, lts
22
# VARIANT:
33
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/ppc64le, linux/s390x
4-
FROM docker.io/library/node:16.17.1-bullseye-slim
4+
FROM docker.io/library/node:16.20.1-bullseye-slim
55

66
LABEL author="Frutbits Indonesia" maintainer="support@frutbits.org"
77

node/pterodactyl/18/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TAGS: current, latest
22
# VARIANT: alpine
33
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/ppc64le, linux/s390x
4-
FROM docker.io/library/node:18.10.0-alpine
4+
FROM docker.io/library/node:18.16.1-alpine
55

66
LABEL author="Frutbits Indonesia" maintainer="support@frutbits.org"
77

node/pterodactyl/18/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TAGS: current, latest
22
# VARIANT:
33
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/ppc64le, linux/s390x
4-
FROM docker.io/library/node:18.10.0-slim
4+
FROM docker.io/library/node:18.16.1-slim
55

66
LABEL author="Frutbits Indonesia" maintainer="support@frutbits.org"
77

rust/pterodactyl/1.61.0/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TAGS: stable
22
# VARIANT: alpine-ptero
33
# PLATFORMS: linux/amd64, linux/arm64/v8
4-
FROM --platform=$BUILDPLATFORM rust:1.61.0-alpine
4+
FROM --platform=$BUILDPLATFORM rust:1.70.0-alpine
55

66
LABEL author="Frutbits Indonesia" maintainer="support@frutbits.org"
77

rust/pterodactyl/1.61.0/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TAGS: stable
22
# VARIANT: ptero
33
# PLATFORMS: linux/amd64, linux/arm64/v8
4-
FROM --platform=$BUILDPLATFORM rust:1.61.0-slim
4+
FROM --platform=$BUILDPLATFORM rust:1.70.0-slim
55

66
LABEL author="Frutbits Indonesia" maintainer="support@frutbits.org"
77

rust/pterodactyl/1.62.0/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TAGS: stable
22
# VARIANT: alpine-ptero
33
# PLATFORMS: linux/amd64, linux/arm64/v8
4-
FROM --platform=$BUILDPLATFORM rust:1.62.0-alpine
4+
FROM --platform=$BUILDPLATFORM rust:1.70.0-alpine
55

66
LABEL author="Frutbits Indonesia" maintainer="support@frutbits.org"
77

rust/pterodactyl/1.62.0/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TAGS: stable
22
# VARIANT: ptero
33
# PLATFORMS: linux/amd64, linux/arm64/v8
4-
FROM --platform=$BUILDPLATFORM rust:1.62.0-slim
4+
FROM --platform=$BUILDPLATFORM rust:1.70.0-slim
55

66
LABEL author="Frutbits Indonesia" maintainer="support@frutbits.org"
77

rust/pterodactyl/1.63.0/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TAGS: stable
22
# VARIANT: alpine-ptero
33
# PLATFORMS: linux/amd64, linux/arm64/v8
4-
FROM --platform=$BUILDPLATFORM rust:1.63.0-alpine
4+
FROM --platform=$BUILDPLATFORM rust:1.70.0-alpine
55

66
LABEL author="Frutbits Indonesia" maintainer="support@frutbits.org"
77

0 commit comments

Comments
 (0)