Bump python from 3.12.0b2-alpine to 3.12.0b3-alpine

Bumps python from 3.12.0b2-alpine to 3.12.0b3-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1022/head
dependabot[bot] 12 months ago committed by GitHub
parent 0b82e1bacd
commit dedb31ad36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM python:3.12.0b2-alpine as builder
FROM python:3.12.0b3-alpine as builder
RUN apk --update add \
build-base \
@ -12,7 +12,7 @@ COPY requirements.txt .
RUN pip install --upgrade pip
RUN pip install --prefix /install --no-warn-script-location --no-cache-dir -r requirements.txt
FROM python:3.12.0b2-alpine
FROM python:3.12.0b3-alpine
RUN apk add --update --no-cache tor curl openrc libstdc++
# libcurl4-openssl-dev

Loading…
Cancel
Save