Skip to content

Commit ebf9cfd

Browse files
committed
chore: update version text
1 parent 52e4e35 commit ebf9cfd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ The server also serves the pre-built `client` website from a static directory us
238238
### Steps
239239

240240
1. Pull the (production) **/server** [Docker image](https://hub.docker.com/repository/docker/ciatphdev/firebase-users-app) from Docker Hub.
241-
- Find the latest version tag from https://hub.docker.com/r/ciatphdev/firebase-users-app, i.e., `v1.1.5`
242-
- `docker pull ciatphdev/firebase-users-app:v1.1.5`
241+
- Find the latest version tag from https://hub.docker.com/r/ciatphdev/firebase-users-app, i.e., `v1.1.6`
242+
- `docker pull ciatphdev/firebase-users-app:v1.1.6`
243243
2. Create a `.env` file.
244244
- Read [**Installation - server #3**](#server) for more information.
245245
- Replace the variables accordingly in the `.env` file. Set `ALLOW_CORS=0` to allow `Same Origin` requests. Read [**Option #2 - Client and Server Bundled in (1) Image and Service**](#option-2---client-and-server-bundled-in-1-image-and-service) for more information.
@@ -256,7 +256,7 @@ The server also serves the pre-built `client` website from a static directory us
256256
docker run -it --rm \
257257
--env-file .env \
258258
-p 3001:3001 \
259-
ciatphdev/firebase-users-admin-app:v1.1.5
259+
ciatphdev/firebase-users-admin-app:v1.1.6
260260
```
261261
4. Run a script in the container to create the default `[email protected]` account, if it does not yet exist in the Firestore database.
262262
`docker exec -it firebase-users-admin-app npm run seed`

server/src/utils/templates/header.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ firebase-users-admin's server component, hosting all the listed endpoints below
2222
The server also serves a pre-built [`client`](https://github.com/ciatph/firebase-users-admin/tree/dev/client) website from a static directory using the `express.static()` middleware, following the build instructions from [**Option #2 - Client and Server Bundled in (1) Image and Service**](https://github.com/ciatph/firebase-users-admin#option-2---client-and-server-bundled-in-1-image-and-service).
2323

2424
1. Pull the (production) **/server** [Docker image](https://hub.docker.com/repository/docker/ciatphdev/firebase-users-app) from Docker Hub.
25-
- Find the latest version tag from https://hub.docker.com/r/ciatphdev/firebase-users-app, i.e., `v1.1.5`
26-
- `docker pull ciatphdev/firebase-users-app:v1.1.5`
25+
- Find the latest version tag from https://hub.docker.com/r/ciatphdev/firebase-users-app, i.e., `v1.1.6`
26+
- `docker pull ciatphdev/firebase-users-app:v1.1.6`
2727
2. Create a `.env` file.
2828
- Read [**Installation - server #3**](https://github.com/ciatph/firebase-users-admin#server) for more information.
2929
- Replace the variables accordingly in the `.env` file. Set `ALLOW_CORS=0` to allow `Same Origin` requests. Read [**Option #2 - Client and Server Bundled in (1) Image and Service**](https://github.com/ciatph/firebase-users-admin#option-2---client-and-server-bundled-in-1-image-and-service) for more information.
@@ -40,7 +40,7 @@ The server also serves a pre-built [`client`](https://github.com/ciatph/firebase
4040
docker run -it --rm \
4141
--env-file .env
4242
-p 3001:3001 \
43-
ciatphdev/firebase-users-admin-app:v1.1.5
43+
ciatphdev/firebase-users-admin-app:v1.1.6
4444
```
4545
4. Run a script in the container to create the default `[email protected]` account, if it does not yet exist in the Firestore database.
4646
`docker exec -it firebase-users-admin-app npm run seed`

0 commit comments

Comments
 (0)