Skip to content

Commit

Permalink
Merge pull request #14 from andreasgrimm/master
Browse files Browse the repository at this point in the history
  • Loading branch information
vladgolubev authored Oct 29, 2021
2 parents d19b59c + 5704cd5 commit 787c59c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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=gs952
ENV GS_VERSION=9.52
ENV GS_TAG=gs9550
ENV GS_VERSION=9.55.0

RUN yum install -y wget

Expand Down
Binary file modified ghostscript.zip
Binary 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.52
GHOSTSCRIPT_VERSION=9.55.0
LAYER_NAME='ghostscript'
LAYER_VERSION=$(
aws lambda publish-layer-version --region "$TARGET_REGION" \
Expand Down

0 comments on commit 787c59c

Please sign in to comment.