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
4 changes: 2 additions & 2 deletions frameworks/Swift/hummingbird-core/hummingbird-core.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.7 as build
FROM swift:5.9 as build
WORKDIR /build

# Copy entire repo into container
Expand All @@ -15,7 +15,7 @@ RUN swift build \
# ================================
# Run image
# ================================
FROM swift:5.7-slim
FROM swift:5.9-slim
WORKDIR /run

# Copy build artifacts
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Swift/hummingbird/hummingbird-postgres.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.7 as build
FROM swift:5.9 as build
WORKDIR /build

# Copy entire repo into container
Expand All @@ -15,7 +15,7 @@ RUN swift build \
# ================================
# Run image
# ================================
FROM swift:5.7-slim
FROM swift:5.9-slim
WORKDIR /run

# Copy build artifacts
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Swift/hummingbird/hummingbird.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.7 as build
FROM swift:5.9 as build
WORKDIR /build

# Copy entire repo into container
Expand All @@ -15,7 +15,7 @@ RUN swift build \
# ================================
# Run image
# ================================
FROM swift:5.7-slim
FROM swift:5.9-slim
WORKDIR /run

# Copy build artifacts
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Swift/swift-nio/swift-nio.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.6-focal as build
FROM swift:5.9 as build
WORKDIR /build

# Copy entire repo into container
Expand All @@ -15,7 +15,7 @@ RUN swift build \
# ================================
# Run image
# ================================
FROM swift:5.6-focal-slim
FROM swift:5.9-slim
WORKDIR /run

# Install Swift dependencies
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Swift/vapor/vapor-fluent.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.7 as build
FROM swift:5.9 as build
WORKDIR /build

# Copy entire repo into container
Expand All @@ -15,7 +15,7 @@ RUN swift build \
# ================================
# Run image
# ================================
FROM swift:5.7-slim
FROM swift:5.9-slim
WORKDIR /run

# Copy build artifacts
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Swift/vapor/vapor-mongo-fluent.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.7 as build
FROM swift:5.9 as build
WORKDIR /build

# Copy entire repo into container
Expand All @@ -15,7 +15,7 @@ RUN swift build \
# ================================
# Run image
# ================================
FROM swift:5.7-slim
FROM swift:5.9-slim
WORKDIR /run

# Copy build artifacts
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Swift/vapor/vapor-mongo.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.7 as build
FROM swift:5.9 as build
WORKDIR /build

# Copy entire repo into container
Expand All @@ -18,7 +18,7 @@ RUN swift build \
# ================================
# Run image
# ================================
FROM swift:5.7-slim
FROM swift:5.9-slim
WORKDIR /run

RUN apt update
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Swift/vapor/vapor-postgres.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.7 as build
FROM swift:5.9 as build
WORKDIR /build

# Copy entire repo into container
Expand All @@ -15,7 +15,7 @@ RUN swift build \
# ================================
# Run image
# ================================
FROM swift:5.7-slim
FROM swift:5.9-slim
WORKDIR /run

# Copy build artifacts
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Swift/vapor/vapor-sql-kit.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.7 as build
FROM swift:5.9 as build
WORKDIR /build

# Copy entire repo into container
Expand All @@ -15,7 +15,7 @@ RUN swift build \
# ================================
# Run image
# ================================
FROM swift:5.7-slim
FROM swift:5.9-slim
WORKDIR /run

# Copy build artifacts
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Swift/vapor/vapor.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.7 as build
FROM swift:5.9 as build
WORKDIR /build

# Copy entire repo into container
Expand All @@ -15,7 +15,7 @@ RUN swift build \
# ================================
# Run image
# ================================
FROM swift:5.7-slim
FROM swift:5.9-slim
WORKDIR /run

# Copy build artifacts
Expand Down