fix: update base image SHA for amd64 wolfi (#3270)

This PR aims to fix a `test_dockerfile` job
[failure](https://github.com/Unstructured-IO/unstructured/actions/runs/9613636416/job/26517074221?pr=3234)
in CI after `base-images` repo update.
This commit is contained in:
Christine Straub 2024-06-21 11:30:33 -07:00 committed by GitHub
parent 80abbcd5a8
commit 14f149d43c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
## 0.14.8-dev0
### Enhancements
### Features
### Fixes
## 0.14.7
### Enhancements

View File

@ -1,4 +1,4 @@
FROM quay.io/unstructured-io/base-images:wolfi-base@sha256:863fd5b87e780dacec62b97c2db2aeda7f770fcf9b045b29f53ec1ddbe607b4d
FROM quay.io/unstructured-io/base-images:wolfi-base@sha256:7c3af225a39f730f4feee705df6cd8d1570739dc130456cf589ac53347da0f1d as base
USER root

View File

@ -1 +1 @@
__version__ = "0.14.7" # pragma: no cover
__version__ = "0.14.8-dev0" # pragma: no cover