This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch modify-nginx-dockerfile in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit dc064d4c4f9b161138df03a612f410a951c65592 Author: Dominik Riemer <[email protected]> AuthorDate: Fri Nov 3 16:38:30 2023 +0100 Use alpine-based Docker image for UI --- ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Dockerfile b/ui/Dockerfile index 8f204bd12..723029b83 100644 --- a/ui/Dockerfile +++ b/ui/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM nginx +FROM nginx:mainline-alpine3.18 COPY dist/streampipes/ui/ /usr/share/nginx/html/
