Skip to content

Commit 76bd38c

Browse files
Update python Docker tag
1 parent a2d79e5 commit 76bd38c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
python: circleci/python@2.2.0
3+
python: circleci/python@3.3.0
44
docker: circleci/[email protected]
55
github-cli: circleci/[email protected]
66
codecov: codecov/[email protected]

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13 AS builder
1+
FROM python:3.14 AS builder
22

33
WORKDIR /app
44

@@ -12,7 +12,7 @@ COPY ./src/bss_web_file_server/__init__.py ./src/bss_web_file_server/
1212
RUN pip wheel --wheel-dir ./wheels .
1313

1414

15-
FROM python:3.13-slim AS app
15+
FROM python:3.14-slim AS app
1616

1717
# Create a non-root user
1818
RUN adduser --system --group --home /home/nonroot nonroot

0 commit comments

Comments
 (0)