We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1975e commit 18bab46Copy full SHA for 18bab46
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
# Define function directory
2
ARG FUNCTION_DIR="/var/task"
3
4
-FROM mcr.microsoft.com/playwright/python:v1.43.0-jammy AS build-image
+FROM mcr.microsoft.com/playwright/python:v1.57.0-jammy AS build-image
5
6
# Install aws-lambda-cpp build dependencies
7
RUN apt-get update && \
@@ -26,7 +26,7 @@ RUN pip3 install -r lambda_requirements.txt --target ${FUNCTION_DIR}
26
# ------------------------------------------------------
27
28
# Multi-stage build: grab a fresh copy of the base image
29
-FROM mcr.microsoft.com/playwright/python:v1.43.0-jammy
+FROM mcr.microsoft.com/playwright/python:v1.57.0-jammy
30
31
# Include global arg in this stage of the build
32
ARG FUNCTION_DIR
0 commit comments