Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM oven/bun:1.4.0 AS builder
FROM oven/bun:1.4.2 AS builder

WORKDIR /app

Expand All @@ -14,7 +14,7 @@ RUN apt-get update && \
COPY . .
RUN bun run build

FROM oven/bun:1.4.0-slim AS runner
FROM oven/bun:1.4.2-slim AS runner

WORKDIR /app
ENV NODE_ENV=production
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- divetracx-uploads:/uploads

hodor:
image: ${HODOR_IMAGE:-ghcr.io/michidk/hodor@sha256:f251ea949368465930b7f0fe008e306f3b7ee4215a8da638758b0dc7dc19a180}
image: ${HODOR_IMAGE:-ghcr.io/michidk/hodor@sha256:a3df75a6d24d4de620e3b48489b3dfa3d57e9c09ad52c812bf3bac49f3b45cde}
restart: unless-stopped
depends_on:
- app
Expand Down
Loading