Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Commit 07316cd

Browse files
committed
v1.3.1 -- using amazonlinux 2018.03
1 parent c8d1aa9 commit 07316cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker file for building Blender as a Python module for AWS Lambda
22
# Compiles to ~/blender-git/blender_build/bin
3-
FROM amazonlinux:2017.03
3+
FROM amazonlinux:2018.03
44
RUN yum install git cmake -y
55
RUN yum groupinstall 'Development Tools' -y
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='bpy_lambda',
6-
version='1.3',
6+
version='1.3.1',
77
description='A compiled binary of Blender-as-a-Python-Module (bpy) for use in AWS Lambda',
88
author='Benjamin Congdon',
99
author_email='me@bcon.gdn',

0 commit comments

Comments
 (0)