Skip to content

Commit

Permalink
fix: Update dependencies and docker (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Jan 22, 2024
1 parent 79a39f0 commit 20eddba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-server/async-http-client.git",
"state" : {
"revision" : "5ccda442f103792d67680aefc8d0a87392fbd66c",
"version" : "1.20.0"
"revision" : "291438696abdd48d2a83b52465c176efbd94512b",
"version" : "1.20.1"
}
},
{
Expand Down Expand Up @@ -95,8 +95,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-http-types",
"state" : {
"revision" : "1827dc94bdab2eb5f2fc804e9b0cb43574282566",
"version" : "1.0.2"
"revision" : "12358d55a3824bd5fed310b999ea8cf83a9a1a65",
"version" : "1.0.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
depends_on:
- parse
parse:
image: netreconlab/parse-hipaa:6.3.0-dashboard
image: netreconlab/parse-hipaa:6.4.0-dashboard
# Uncomment the image below to use Parse Server 5.4.0 instead. Be sure to comment out 6.0.0x
#image: netreconlab/parse-hipaa:5.4.0-dashboard
environment:
Expand Down

0 comments on commit 20eddba

Please sign in to comment.