Skip to content

Commit

Permalink
chore: change Dockerfile version to 3.10-slim-buster
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcalvo committed Sep 16, 2024
1 parent ab3e734 commit 9a3dd0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argilla-server/docker/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim AS builder
FROM python:3.10-slim-buster AS builder

# Copying argilla distribution files
COPY dist/*.whl /packages/
Expand All @@ -15,7 +15,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /packages

FROM python:3.10-slim
FROM python:3.10-slim-buster

# Environment Variables
ENV USERNAME=""
Expand Down

0 comments on commit 9a3dd0f

Please sign in to comment.