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
2 changes: 1 addition & 1 deletion apps/pulsarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk update && apk upgrade && \

RUN git clone -b ${VERSION} https://github.com/jamcalli/pulsarr.git /source

FROM oven/bun:1.3.11-alpine@sha256:7ed9f74c326d1c260abe247ac423ccbf5ac92af62bb442d515d1f92f21e8ea9b AS base
FROM oven/bun:1.4.0-alpine@sha256:07235578f79ef8c6f97d94aee7938e76f5cdba5f21ae5dbfdd3d3d38058437eb AS base
WORKDIR /app

# Install production dependencies in a temp directory (cached independently)
Expand Down
2 changes: 1 addition & 1 deletion apps/pulsarr/develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk update && apk upgrade && \

RUN git clone -b develop https://github.com/jamcalli/pulsarr.git /source

FROM oven/bun:1.3.6-alpine AS base
FROM oven/bun:1.4.0-alpine AS base
WORKDIR /app

# Install production dependencies in a temp directory (cached independently)
Expand Down