Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/apim-344-handle-…
Browse files Browse the repository at this point in the history
…sensitive-details-in-logs-messages
  • Loading branch information
avaitonis committed Jul 20, 2023
2 parents 709477d + db807a6 commit d48aae0
Show file tree
Hide file tree
Showing 4 changed files with 705 additions and 514 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. BUILD
###################

FROM node:20.2-alpine3.16 AS build
FROM node:20.4.0-alpine3.17 AS build

# Alpine Linux install packages
RUN apk add bash curl
Expand Down Expand Up @@ -35,7 +35,7 @@ USER node
# 2. PRODUCTION
###################

FROM node:20.2-alpine3.16 AS production
FROM node:20.4.0-alpine3.17 AS production

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
api:
build:
context: .
image: api
image: mdm-api
container_name: mdm-api
restart: always
command: npm run start:prod
Expand Down
Loading

0 comments on commit d48aae0

Please sign in to comment.