Skip to content

Commit

Permalink
docker: use Python 3.10 base image
Browse files Browse the repository at this point in the history
using Python 3.11 requires the following PR

aio-libs/multidict#782

Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
  • Loading branch information
ishidawataru committed Nov 9, 2022
1 parent 58d870e commit 6e525fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/agent.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.4

ARG GS_MGMT_BUILDER_IMAGE
ARG GS_MGMT_BASE=python:3-slim-buster
ARG GS_MGMT_BASE=python:3.10-slim-buster

FROM $GS_MGMT_BUILDER_IMAGE as builder

Expand Down
2 changes: 1 addition & 1 deletion docker/builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4

ARG GS_MGMT_BUILDER_BASE=python:3-buster
ARG GS_MGMT_BUILDER_BASE=python:3.10-buster

FROM opennetworklinux/builder10:1.2 AS onlp
ARG TARGETARCH
Expand Down

0 comments on commit 6e525fa

Please sign in to comment.