Skip to content

Commit 4277a72

Browse files
committed
Fix Docker base image reference to use correct tag format
1 parent 290e8a2 commit 4277a72

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,4 +1,4 @@
1-
FROM ghcr.io/lambda-feedback/evaluation-function-base/fix-preview:3.12 AS builder
1+
FROM ghcr.io/lambda-feedback/evaluation-function-base/fix-preview-3.12 AS builder
22

33
RUN pip install poetry==1.8.3
44

@@ -12,7 +12,7 @@ COPY pyproject.toml poetry.lock ./
1212
RUN --mount=type=cache,target=$POETRY_CACHE_DIR \
1313
poetry install --without dev --no-root
1414

15-
FROM ghcr.io/lambda-feedback/evaluation-function-base/fix-preview:3.12
15+
FROM ghcr.io/lambda-feedback/evaluation-function-base/fix-preview-3.12
1616

1717
ENV VIRTUAL_ENV=/app/.venv \
1818
PATH="/app/.venv/bin:$PATH"

0 commit comments

Comments
 (0)