Skip to content

Commit c24cb68

Browse files
authored
Merge pull request #15 from yetithefoot/patch-1
2 parents 88c9239 + 95460e6 commit c24cb68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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=gs9550
3-
ENV GS_VERSION=9.55.0
2+
ENV GS_TAG=gs9561
3+
ENV GS_VERSION=9.56.1
44

55
RUN yum install -y wget
66

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.55.0
3+
GHOSTSCRIPT_VERSION=9.56.1
44
LAYER_NAME='ghostscript'
55
LAYER_VERSION=$(
66
aws lambda publish-layer-version --region "$TARGET_REGION" \

0 commit comments

Comments
 (0)