Skip to content

Commit 0361c78

Browse files
authored
Merge pull request #16 from ryancormack/ghostscript_version_10
Ghostscript version 10
2 parents f188f9f + 2044444 commit 0361c78

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM lambci/lambda-base-2:build
2-
ENV GS_TAG=gs9561
3-
ENV GS_VERSION=9.56.1
2+
ENV GS_TAG=gs1000
3+
ENV GS_VERSION=10.0.0
44

55
RUN yum install -y wget
66

ghostscript.zip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ce6e7486c171d009019ddbbfea3b6a94fb215b6c1ae36df5c869b857cc6128f8
3-
size 15593348
2+
oid sha256:6964d7a40a5d0a2db1a01e4318e5581d53c778efb321598a661bc77bf27f7a46
3+
size 15591126

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
GHOSTSCRIPT_VERSION=9.56.1
3+
GHOSTSCRIPT_VERSION=10.0.0
44
LAYER_NAME='ghostscript'
55
LAYER_VERSION=$(
66
aws lambda publish-layer-version --region "$TARGET_REGION" \

0 commit comments

Comments
 (0)