Skip to content

Commit 18bab46

Browse files
chore(deps): update mcr.microsoft.com/playwright/python docker tag to v1.57.0
1 parent bf1975e commit 18bab46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Define function directory
22
ARG FUNCTION_DIR="/var/task"
33

4-
FROM mcr.microsoft.com/playwright/python:v1.43.0-jammy AS build-image
4+
FROM mcr.microsoft.com/playwright/python:v1.57.0-jammy AS build-image
55

66
# Install aws-lambda-cpp build dependencies
77
RUN apt-get update && \
@@ -26,7 +26,7 @@ RUN pip3 install -r lambda_requirements.txt --target ${FUNCTION_DIR}
2626
# ------------------------------------------------------
2727

2828
# Multi-stage build: grab a fresh copy of the base image
29-
FROM mcr.microsoft.com/playwright/python:v1.43.0-jammy
29+
FROM mcr.microsoft.com/playwright/python:v1.57.0-jammy
3030

3131
# Include global arg in this stage of the build
3232
ARG FUNCTION_DIR

0 commit comments

Comments
 (0)