Skip to content

Commit c5cc81a

Browse files
authored
feat: Bump GS to v10
1 parent f188f9f commit c5cc81a

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=gs9561
3-
ENV GS_VERSION=9.56.1
2+
ENV GS_TAG=gs1000
3+
ENV GS_VERSION=10.0.0
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.56.1
3+
GHOSTSCRIPT_VERSION=10.0.0
44
LAYER_NAME='ghostscript'
55
LAYER_VERSION=$(
66
aws lambda publish-layer-version --region "$TARGET_REGION" \

0 commit comments

Comments
 (0)