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 88c9239 + 95460e6 commit c24cb68Copy full SHA for c24cb68
Dockerfile
@@ -1,6 +1,6 @@
1
FROM lambci/lambda-base-2:build
2
-ENV GS_TAG=gs9550
3
-ENV GS_VERSION=9.55.0
+ENV GS_TAG=gs9561
+ENV GS_VERSION=9.56.1
4
5
RUN yum install -y wget
6
publish.sh
#!/usr/bin/env bash
-GHOSTSCRIPT_VERSION=9.55.0
+GHOSTSCRIPT_VERSION=9.56.1
LAYER_NAME='ghostscript'
LAYER_VERSION=$(
aws lambda publish-layer-version --region "$TARGET_REGION" \
0 commit comments