Skip to content

Commit e32aba5

Browse files
committed
update postgres and cantaloupe images
1 parent fb595fc commit e32aba5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
services:
1313
postgres:
14-
image: postgres:12-alpine
14+
image: postgres:13-alpine
1515
ports:
1616
- "5432:5432"
1717
env:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ services:
131131
retries: 3
132132

133133
cantaloupe:
134-
image: uclalibrary/cantaloupe:5.0.5-2
134+
image: uclalibrary/cantaloupe:5.0.5-4
135135
expose:
136136
- 8182
137137
restart: always

0 commit comments

Comments
 (0)