Skip to content

Commit

Permalink
add ghost security fix patch by upgrading ghost version
Browse files Browse the repository at this point in the history
  • Loading branch information
manjillama committed Mar 1, 2023
1 parent c37837d commit 7feb8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ghost/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghost:4
FROM ghost:4.48.9

WORKDIR /var/lib/ghost

Expand Down
2 changes: 1 addition & 1 deletion ghost/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghost:4
FROM ghost:4.48.9

WORKDIR /var/lib/ghost

Expand Down

0 comments on commit 7feb8c8

Please sign in to comment.