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 cc50579 commit 6f72efbCopy full SHA for 6f72efb
.github/workflows/build-and-push-images.yml
@@ -15,7 +15,7 @@ jobs:
15
# - { postgres: 12, alpine: '3.12' }
16
# - { postgres: 13, alpine: '3.14' }
17
# - { postgres: 14, alpine: '3.16' }
18
- # - { postgres: 15, alpine: '3.17' }
+ - { postgres: 15, alpine: '3.17' }
19
- { postgres: 16, alpine: '3.19' }
20
21
steps:
src/install.sh
@@ -11,9 +11,7 @@ apk add postgresql-client
11
# install gpg
12
apk add gnupg
13
14
-apk add python3
-apk add py3-pip # separate package on edge only
-pip3 install awscli
+apk add aws-cli
# install go-cron
apk add curl
0 commit comments