We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcbe3b commit d333cc0Copy full SHA for d333cc0
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM python:3.10-alpine3.18 AS builder
+FROM python:3.12.3-alpine3.18 AS builder
2
3
RUN apk add --no-cache cargo gcc build-base
4
WORKDIR /app
5
COPY requirements.txt /app/requirements.txt
6
RUN pip install -r requirements.txt
7
8
-FROM python:3.10-alpine3.18
+FROM python:3.12.3-alpine3.18
9
10
LABEL org.label-schema.schema-version = "1.0"
11
LABEL org.label-schema.name = "NotifyMe"
0 commit comments