Compare commits

..

2 Commits

Author SHA1 Message Date
Lee
3b2a42a995 Merge pull request 'Update oven/bun Docker tag to v1.1.33' (#87) from renovate/oven-bun-1.x into master
Some checks failed
Deploy Backend / docker (ubuntu-latest) (push) Failing after 18s
Deploy Website / docker (ubuntu-latest) (push) Failing after 9s
Reviewed-on: #87
2024-10-24 08:08:24 +00:00
02083204f7 Update oven/bun Docker tag to v1.1.33 2024-10-24 08:03:37 +00:00
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
FROM oven/bun:1.1.32-alpine AS base FROM oven/bun:1.1.33-alpine AS base
# Install dependencies # Install dependencies
FROM base AS depends FROM base AS depends

@ -1,4 +1,4 @@
FROM oven/bun:1.1.32-alpine AS base FROM oven/bun:1.1.33-alpine AS base
# Install dependencies # Install dependencies
FROM base AS depends FROM base AS depends