Skip to content

Commit d333cc0

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM python:3.10-alpine3.18 AS builder
1+
FROM python:3.12.3-alpine3.18 AS builder
22

33
RUN apk add --no-cache cargo gcc build-base
44
WORKDIR /app
55
COPY requirements.txt /app/requirements.txt
66
RUN pip install -r requirements.txt
77

8-
FROM python:3.10-alpine3.18
8+
FROM python:3.12.3-alpine3.18
99

1010
LABEL org.label-schema.schema-version = "1.0"
1111
LABEL org.label-schema.name = "NotifyMe"

0 commit comments

Comments
 (0)