Skip to content

Commit

Permalink
bump python image
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmachell committed Dec 11, 2023
1 parent 1327c6f commit 2364844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-functions/upload-statistics/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Define function directory
ARG FUNCTION_DIR="/function"

FROM python:3.11.3-alpine3.18 AS python-alpine
FROM python:3.11.7-alpine3.18 AS python-alpine
RUN apk add --no-cache \
libstdc++

Expand Down

0 comments on commit 2364844

Please sign in to comment.