We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f188f9f + 2044444 commit 0361c78Copy full SHA for 0361c78
Dockerfile
@@ -1,6 +1,6 @@
1
FROM lambci/lambda-base-2:build
2
-ENV GS_TAG=gs9561
3
-ENV GS_VERSION=9.56.1
+ENV GS_TAG=gs1000
+ENV GS_VERSION=10.0.0
4
5
RUN yum install -y wget
6
ghostscript.zip
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:ce6e7486c171d009019ddbbfea3b6a94fb215b6c1ae36df5c869b857cc6128f8
-size 15593348
+oid sha256:6964d7a40a5d0a2db1a01e4318e5581d53c778efb321598a661bc77bf27f7a46
+size 15591126
publish.sh
#!/usr/bin/env bash
-GHOSTSCRIPT_VERSION=9.56.1
+GHOSTSCRIPT_VERSION=10.0.0
LAYER_NAME='ghostscript'
LAYER_VERSION=$(
aws lambda publish-layer-version --region "$TARGET_REGION" \
0 commit comments