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.
1 parent f188f9f commit c5cc81aCopy full SHA for c5cc81a
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
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