Skip to content

Commit

Permalink
Merge pull request shelfio#16 from ryancormack/ghostscript_version_10
Browse files Browse the repository at this point in the history
Ghostscript version 10
  • Loading branch information
vladgolubev authored Dec 5, 2022
2 parents edf2d74 + d301480 commit dedf186
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM lambci/lambda-base-2:build
ENV GS_TAG=gs9561
ENV GS_VERSION=9.56.1
ENV GS_TAG=gs1000
ENV GS_VERSION=10.0.0

RUN yum install -y wget

Expand Down
4 changes: 2 additions & 2 deletions ghostscript.zip
Git LFS file not shown
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

GHOSTSCRIPT_VERSION=9.56.1
GHOSTSCRIPT_VERSION=10.0.0
LAYER_NAME='ghostscript'
LAYER_VERSION=$(
aws lambda publish-layer-version --region "$TARGET_REGION" \
Expand Down

0 comments on commit dedf186

Please sign in to comment.