Compare commits
1 Commits
4d57aa7829
...
8b813811ab
Author | SHA1 | Date | |
---|---|---|---|
8b813811ab |
@ -1,5 +1,5 @@
|
|||||||
# Stage 1 - bundle base image + runtime
|
# Stage 1 - bundle base image + runtime
|
||||||
FROM python:3.12-alpine3.20 AS python-alpine
|
FROM python:3.13-alpine3.20 AS python-alpine
|
||||||
ARG ALPINE="v3.20"
|
ARG ALPINE="v3.20"
|
||||||
|
|
||||||
# Install GCC (Alpine uses musl but we compile and link dependencies with GCC)
|
# Install GCC (Alpine uses musl but we compile and link dependencies with GCC)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
boto3==1.35.17
|
boto3==1.37.30
|
||||||
apprise==1.9.0
|
apprise==1.9.3
|
||||||
humanize==4.10.0
|
humanize==4.12.2
|
||||||
awslambdaric==2.2.1
|
awslambdaric==2.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user