Skip to content

Commit

Permalink
chore(readme): fix docker image ref
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Oct 15, 2020
1 parent af6fa03 commit 9c09116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ironpeakservices/iron-nginx
Secure base image for running nginx.

`docker pull ghcr.io/iron-nginx/iron-nginx:1.17.5`
`docker pull ghcr.io/ironpeakservices/iron-nginx:1.19.3`

## How is this different?
We build from the official nginx docker image, but additionally:
Expand All @@ -13,7 +13,7 @@ We build from the official nginx docker image, but additionally:

## Example
```
FROM ghcr.io/iron-nginx/iron-nginx:1.17.5
FROM ghcr.io/ironpeakservices/iron-nginx:1.19.3
COPY --chown=nonroot css/ js/ html/ /assets
```

Expand Down

0 comments on commit 9c09116

Please sign in to comment.