Skip to content

Commit

Permalink
fix base image (microsoft/playwright#13530)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Sep 2, 2023
1 parent c479d6d commit 4f18a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.10-slim as base
FROM python:3.10-slim-bullseye as base

# The following is adapted from:
# https://sourcery.ai/blog/python-docker/
Expand Down

0 comments on commit 4f18a59

Please sign in to comment.