Skip to content

Commit

Permalink
Merge 6b7aa31 into 2141908
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmachell authored Oct 7, 2024
2 parents 2141908 + 6b7aa31 commit a311187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lambda/create_s3_replication_job/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Define function directory
ARG FUNCTION_DIR="/function"

FROM python:alpine3.16 AS python-alpine
FROM python:alpine3.19 AS python-alpine
RUN apk add --no-cache \
libstdc++

FROM python-alpine as build-image
FROM python-alpine AS build-image

# Install aws-lambda-cpp build dependencies
RUN apk add --no-cache \
Expand Down

0 comments on commit a311187

Please sign in to comment.