We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0208a24 + f4e97d9 commit 6e4c287Copy full SHA for 6e4c287
1 file changed
Dockerfile
@@ -13,12 +13,12 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder
+FROM docker.io/opendevorg/python-builder:3.12-bookworm AS builder
17
18
COPY . /tmp/src
19
RUN assemble
20
21
-FROM docker.io/opendevorg/python-base:3.11-bookworm
+FROM docker.io/opendevorg/python-base:3.12-bookworm
22
23
COPY --from=builder /output/ /output
24
RUN /output/install-from-bindep
0 commit comments