Skip to content

Commit

Permalink
Fix casing in browsertests dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Nov 27, 2024
1 parent a65462b commit c24ca2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrowserTests.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7 as build
FROM python:3.12.7 AS build

ENV PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
Expand Down

0 comments on commit c24ca2f

Please sign in to comment.