diff --git a/Dockerfile b/Dockerfile index 4544168..c664ef2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1 # Adjust NODE_VERSION as desired -ARG BUN_VERSION=1.0.19 +ARG BUN_VERSION=1.0.20 FROM oven/bun:${BUN_VERSION} as base LABEL fly_launch_runtime="Bun" diff --git a/bun.lockb b/bun.lockb index c79052e..64484fa 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 114b392..c85c057 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "commonjs", "dependencies": { "@sapphire/decorators": "^6.0.3", - "@sapphire/discord.js-utilities": "7.1.3", + "@sapphire/discord.js-utilities": "7.1.4", "@sapphire/framework": "^5.0.4", "@sapphire/plugin-logger": "^4.0.1", "@sapphire/utilities": "^3.14.0", @@ -21,7 +21,7 @@ "replicate": "^0.25.0" }, "devDependencies": { - "@flydotio/dockerfile": "^0.4.11", + "@flydotio/dockerfile": "0.5.0", "@sapphire/cli": "^1.9.1", "@sapphire/prettier-config": "^2.0.0", "@sapphire/ts-config": "^5.0.0",