Skip to content

Commit

Permalink
Oppdaterer docken med ny versjon av pdfgen
Browse files Browse the repository at this point in the history
Co-authored-by: David Steinsland <david.steinsland@nav.no>
Co-authored-by: Amalie Erdal Mansåker <amalie.erdal.mansaker@nav.no>
  • Loading branch information
3 people committed Jan 12, 2024
1 parent 1411407 commit 49dc0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9
ghcr.io/navikt/pdfgen:2.0.22
```

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.9
IMAGE_NAME=ghcr.io/navikt/pdfgen:2.0.22

docker pull ${IMAGE_NAME}
docker run \
Expand Down

0 comments on commit 49dc0f5

Please sign in to comment.