Skip to content

Commit 54409f7

Browse files
Yemi-mpvladholubiev
authored andcommitted
upgraded ghostscript version
1 parent 67669d2 commit 54409f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM lambci/lambda-base-2:build
2-
ENV GS_TAG=gs10020
3-
ENV GS_VERSION=10.02.0
2+
ENV GS_TAG=gs10040
3+
ENV GS_VERSION=10.04.0
44

55
RUN yum install -y wget
66

publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
GHOSTSCRIPT_VERSION=10.02.0
3+
GHOSTSCRIPT_VERSION=10.04.0
44
LAYER_NAME='ghostscript'
55
LAYER_VERSION=$(
66
aws lambda publish-layer-version --region "$TARGET_REGION" \

0 commit comments

Comments
 (0)