Skip to content
Draft
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 helpers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pull official base image from DockerHub
FROM python:3.10.18-slim-bookworm@sha256:e7eed6c2e7fd1ecc43f0a37da7a115f4c9c9f50f247e9cba086c2f4583412fd9
FROM python:3.11.13-slim-bookworm@sha256:873f91540d53b36327ed4fb018c9669107a4e2a676719720edb4209c4b15d029

# Install the application
COPY requirements.txt /app/
Expand Down
2 changes: 1 addition & 1 deletion mailbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pypy:3.10-7.3.19-slim-bookworm@sha256:5d18aa0232059c991ff8d52f1b528a6ff8f55c86154ba248a270a6eb90975f3a
FROM pypy:3.11-7.3.20-slim-bookworm@sha256:fd76413ca5f0be342bda275fb80e7f626c9c7398a3643ac64455abe790e5c0bc

RUN apt-get update && apt-get install -y \
rustc \
Expand Down
2 changes: 1 addition & 1 deletion relay/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pypy:3.10-7.3.19-slim-bookworm@sha256:5d18aa0232059c991ff8d52f1b528a6ff8f55c86154ba248a270a6eb90975f3a
FROM pypy:3.11-7.3.20-slim-bookworm@sha256:fd76413ca5f0be342bda275fb80e7f626c9c7398a3643ac64455abe790e5c0bc

RUN apt-get update && apt-get install -y \
rustc \
Expand Down
2 changes: 1 addition & 1 deletion wormhole/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pull official base image from DockerHub
FROM python:3.10.18-slim-bookworm@sha256:e7eed6c2e7fd1ecc43f0a37da7a115f4c9c9f50f247e9cba086c2f4583412fd9
FROM python:3.11.13-slim-bookworm@sha256:873f91540d53b36327ed4fb018c9669107a4e2a676719720edb4209c4b15d029

# Metadata
LABEL org.opencontainers.image.title="Magic Wormhole CLI"
Expand Down
Loading