We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb595fc commit e32aba5Copy full SHA for e32aba5
.github/workflows/rubyonrails.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
services:
13
postgres:
14
- image: postgres:12-alpine
+ image: postgres:13-alpine
15
ports:
16
- "5432:5432"
17
env:
docker-compose.yml
@@ -131,7 +131,7 @@ services:
131
retries: 3
132
133
cantaloupe:
134
- image: uclalibrary/cantaloupe:5.0.5-2
+ image: uclalibrary/cantaloupe:5.0.5-4
135
expose:
136
- 8182
137
restart: always
0 commit comments