diff options
| author | Thomas Goirand <zigo@debian.org> | 2023-09-17 12:43:02 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2023-09-17 16:26:29 +0000 |
| commit | db2f8cd4c09d49e98a5ab7b86903ccd50307d1e0 (patch) | |
| tree | 875b320c4b00f158d92ffb0e2b24005d73368077 /Dockerfile | |
| parent | b70a05ce625b74954c18173db16fb83d29055a28 (diff) | |
6.3.0-1 (patches unapplied)import/6.3.0-1
Imported using git-ubuntu import.
Notes
Notes:
* New upstream release.
* Fixed (build-)depends for this release.
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,12 +13,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM docker.io/opendevorg/python-builder:3.9 as builder +FROM docker.io/opendevorg/python-builder:3.10-bookworm as builder COPY . /tmp/src RUN assemble -FROM docker.io/opendevorg/python-base:3.9 +FROM docker.io/opendevorg/python-base:3.10-bookworm COPY --from=builder /output/ /output RUN /output/install-from-bindep |
