Skip to content

Commit bee492f

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.5-slim as base
1+
FROM python:3.13.2-slim as base
22

33
COPY . /sqlite_rx
44

@@ -10,7 +10,7 @@ RUN pip install wheel && pip wheel --wheel-dir=/svc/wheels /sqlite_rx[cli]
1010
RUN rm -rf /sqlite_rx
1111

1212

13-
FROM python:3.10.5-slim
13+
FROM python:3.13.2-slim
1414

1515
COPY --from=base /svc /svc
1616
WORKDIR /svc

0 commit comments

Comments
 (0)