Skip to content
Merged
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/maildev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# maildev Dockerfile
#

FROM oven/bun:1.3.9-slim
FROM oven/bun:1.3.10-slim

LABEL org.opencontainers.image.authors="philiplehmann@gmail.com"

Expand Down
4 changes: 2 additions & 2 deletions apps/pdftk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Tip: Modify "docker-build" options in project.json to change docker build args.
#
# Run the container with `docker run -p 3000:3000 -t philiplehmann/pdftk`.
FROM oven/bun:1.3.9-slim AS pdftk
FROM oven/bun:1.3.10-slim AS pdftk

ARG PDFTK_VERSION
ARG TARGETPLATFORM
Expand All @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \
curl -L "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.28%2B6/OpenJDK11U-jre_${JDK_ARCH}_linux_hotspot_11.0.28_6.tar.gz" | tar --strip-components=1 -C /java -zxivf -


FROM oven/bun:1.3.9-slim
FROM oven/bun:1.3.10-slim

ARG JRE_VERSION

Expand Down
2 changes: 1 addition & 1 deletion apps/poppler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Tip: Modify "docker-build" options in project.json to change docker build args.
#
# Run the container with `docker run -p 3000:3000 -t poppler`.
FROM oven/bun:1.3.9-slim
FROM oven/bun:1.3.10-slim

LABEL org.opencontainers.image.authors="philiplehmann@gmail.com"

Expand Down
2 changes: 1 addition & 1 deletion apps/puppeteer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Tip: Modify "docker-build" options in project.json to change docker build args.
#
# Run the container with `docker run -p 3000:3000 -t puppeteer`.
FROM oven/bun:1.3.9-slim
FROM oven/bun:1.3.10-slim

ENV NODE_ENV=production
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
Expand Down
2 changes: 1 addition & 1 deletion apps/tesseract/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Tip: Modify "docker-build" options in project.json to change docker build args.
#
# Run the container with `docker run -p 3000:3000 -t philiplehmann/tesseract`.
FROM oven/bun:1.3.9-slim
FROM oven/bun:1.3.10-slim

ENV HOST=0.0.0.0
ENV PORT=3000
Expand Down
2 changes: 1 addition & 1 deletion apps/unoserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Tip: Modify "docker-build" options in project.json to change docker build args.
#
# Run the container with `docker run -p 3000:3000 -t philiplehmann/unoserver`.
FROM oven/bun:1.3.9-slim
FROM oven/bun:1.3.10-slim

ARG UNOSERVER_VERSION
ARG JRE_VERSION
Expand Down
Loading