forked from facundoolano/google-play-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Patch reviews and CI/CD Updates (#41) * Trim date and remove url * Serve openapi.json * Update Actions * Cashless Consumer updated GooglePlayAPI.postman_collection * Sync versions * Update docker base image to node 18
- Loading branch information
1 parent
9dc0b28
commit 2c7e784
Showing
6 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ fly.staging.toml | |
.eslintrc | ||
newman | ||
Spacefile | ||
assets | ||
Discovery.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Use the official Node.js image as base | ||
FROM node:16-alpine | ||
FROM node:18-alpine | ||
|
||
# Set metadata labels | ||
LABEL maintainer="Srikanth <[email protected]>" \ | ||
version="1.0" \ | ||
version="1.5.0" \ | ||
description="Docker image for running Google Play API" | ||
|
||
# Create and set the working directory | ||
|
@@ -12,7 +12,7 @@ WORKDIR /home/node/app | |
# Copy only the package.json and package-lock.json first to leverage Docker caching | ||
COPY package*.json ./ | ||
|
||
RUN npm install -g npm@9.8.1 | ||
RUN npm install -g npm@10.1.0 | ||
|
||
# Install dependencies | ||
RUN npm ci --quiet --omit=dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters