Skip to content

Commit

Permalink
⬆️ pdfgen:2.0.22 -> pdfgen:2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
elitho committed Jan 26, 2024
1 parent 49dc0f5 commit e7a3c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/navikt/pdfgen:2.0.22
FROM ghcr.io/navikt/pdfgen:2.0.23

COPY templates /app/templates
COPY fonts /app/fonts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker run \
-e DISABLE_PDF_GET=false \
-it \
--rm \
ghcr.io/navikt/pdfgen:2.0.22
ghcr.io/navikt/pdfgen:2.0.23
```

Or you can use the convenience script `./run_development.sh`
Expand Down
2 changes: 1 addition & 1 deletion run_development.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

CURRENT_PATH="$(cd "$(dirname "$1")" || exit; pwd)/$(basename "$1")"
IMAGE_NAME=ghcr.io/navikt/pdfgen:2.0.22
IMAGE_NAME=ghcr.io/navikt/pdfgen:2.0.23

docker pull ${IMAGE_NAME}
docker run \
Expand Down

0 comments on commit e7a3c9a

Please sign in to comment.