Skip to content

Commit

Permalink
Merge pull request #6242 from ecamp/renovate/pulumi-aws-6.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @pulumi/aws to v6.57.0
  • Loading branch information
renovate[bot] authored Oct 30, 2024
2 parents 5c56169 + 3b3fd4a commit ef6ebc4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .docker-hub/print/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM node:22.11.0 AS build-stage
FROM node:22.10.0 AS build-stage
ARG SENTRY_AUTH_TOKEN

Check warning on line 3 in .docker-hub/print/Dockerfile

View workflow job for this annotation

GitHub Actions / Build and push docker images / Build images and push

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "SENTRY_AUTH_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
ARG SENTRY_ORG
ARG SENTRY_PRINT_PROJECT
Expand All @@ -22,7 +22,7 @@ COPY print .
RUN npm run build

# production stage
FROM node:22.11.0 AS production-stage
FROM node:22.10.0 AS production-stage
WORKDIR /app

COPY --from=build-stage /app/.output ./.output
Expand Down
8 changes: 4 additions & 4 deletions .ops/aws-setup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ops/aws-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@pulumi/pulumi": "3.137.0",
"@pulumi/aws": "6.56.1",
"@pulumi/aws": "6.57.0",
"@pulumi/awsx": "2.16.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
remove-old-indexes:
image: node:22.11.0
image: node:22.10.0
volumes:
- ./src:/src
command:
Expand Down
2 changes: 1 addition & 1 deletion .ops/ecamp3-logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ elasticsearch:
storage: 10Gi
removeOldIndexes:
maxIndexAge: 15
image: node:22.11.0
image: node:22.10.0

kibana:
name: kibana
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
frontend:
image: node:22.11.0
image: node:22.10.0
container_name: 'ecamp3-frontend'
ports:
- '9229:9229' # jest debug
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- VARNISH_HTTP_PORT=8080

pdf:
image: node:22.11.0
image: node:22.10.0
container_name: 'ecamp3-pdf'
stdin_open: true
tty: true
Expand All @@ -88,7 +88,7 @@ services:
- CI=${CI}

print:
image: node:22.11.0
image: node:22.10.0
container_name: 'ecamp3-print'
user: ${USER_ID:-1000}
volumes:
Expand Down Expand Up @@ -200,7 +200,7 @@ services:
protocol: tcp

translation:
image: node:22.11.0
image: node:22.10.0
profiles: ['translation']
container_name: 'ecamp3-translation'
volumes:
Expand Down

0 comments on commit ef6ebc4

Please sign in to comment.