Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Bump up Swift verison to 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsteinerde committed Jul 8, 2023
1 parent c3b1db8 commit d4acc24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.8-focal as build

# Install OS updates and, if needed, sqlite3
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.6
// swift-tools-version:5.8
import PackageDescription

let package = Package(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Reverse Geocoding Service
[![Language](https://img.shields.io/badge/Swift-5.6-brightgreen.svg)](http://swift.org)
[![Language](https://img.shields.io/badge/Swift-5.8-brightgreen.svg)](http://swift.org)
[![Vapor Version](https://img.shields.io/badge/Vapor-4-F6CBCA.svg)](http://vapor.codes)

## Introduction
Expand Down Expand Up @@ -41,7 +41,7 @@ This is an example response for the *GET* query on `http://localhost:8080/locati
This request will return a nullified coordiante object in the response due to multiple input coordinates.

## Requirements
- Swift 5.6 is used with Vapor 4.
- Swift 5.8 is used with Vapor 4.
- Postgres with PostGIS is used for data storage and queries.
- Redis is used as a caching layer to improve performance.
- A docker-compose file is placed in the root directory. See the docker section for further steps with docker.
Expand Down

0 comments on commit d4acc24

Please sign in to comment.