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 67669d2 commit 54409f7Copy full SHA for 54409f7
Dockerfile
@@ -1,6 +1,6 @@
1
FROM lambci/lambda-base-2:build
2
-ENV GS_TAG=gs10020
3
-ENV GS_VERSION=10.02.0
+ENV GS_TAG=gs10040
+ENV GS_VERSION=10.04.0
4
5
RUN yum install -y wget
6
publish.sh
#!/usr/bin/env bash
-GHOSTSCRIPT_VERSION=10.02.0
+GHOSTSCRIPT_VERSION=10.04.0
LAYER_NAME='ghostscript'
LAYER_VERSION=$(
aws lambda publish-layer-version --region "$TARGET_REGION" \
0 commit comments