Merge pull request 'chore(deps): update all non-major dependencies' (#14) from renovate/all-minor-patch into master
ZeroDownTime/sns-alert-hub/pipeline/head This commit looks good Details
ZeroDownTime/sns-alert-hub/pipeline/tag This commit looks good Details

Reviewed-on: #14
This commit is contained in:
Stefan Reimer 2023-08-14 10:35:01 +00:00
commit bbbacf6666
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# libexec is missing from >=3.17
# Stage 1 - bundle base image + runtime
FROM python:3.9-alpine3.16 AS python-alpine
FROM python:3.11-alpine3.16 AS python-alpine
# Install GCC (Alpine uses musl but we compile and link dependencies with GCC)
RUN apk upgrade -U --available --no-cache && \

View File

@ -1,4 +1,4 @@
boto3==1.26.154
apprise==1.4.0
humanize==4.6.0
boto3==1.28.25
apprise==1.4.5
humanize==4.7.0
awslambdaric==2.0.4