Skip to content

Commit bee85d1

Browse files
chore(deps): update all non-major dependencies
1 parent 1a2f573 commit bee85d1

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
3333

3434
- name: Set up QEMU for Docker Buildx
3535
uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2.0.0
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2.0.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@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
4343

4444
- name: Set WORKDIR
4545
run: |

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.64.0-alpine
55

66
LABEL author="Frutbits Indonesia" maintainer="[email protected]"
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.64.0-slim
55

66
LABEL author="Frutbits Indonesia" maintainer="[email protected]"
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.64.0-alpine
55

66
LABEL author="Frutbits Indonesia" maintainer="[email protected]"
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.64.0-slim
55

66
LABEL author="Frutbits Indonesia" maintainer="[email protected]"
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.64.0-alpine
55

66
LABEL author="Frutbits Indonesia" maintainer="[email protected]"
77

rust/pterodactyl/1.63.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.63.0-slim
4+
FROM --platform=$BUILDPLATFORM rust:1.64.0-slim
55

66
LABEL author="Frutbits Indonesia" maintainer="[email protected]"
77

0 commit comments

Comments
 (0)