Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-pagopa[bot] authored Jun 24, 2024
1 parent dbf3920 commit 4e000f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_nextjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Update Image in task definition
id: task-def
uses: aws-actions/amazon-ecs-render-task-definition@v1
uses: aws-actions/amazon-ecs-render-task-definition@5f07eab76e1851cbd4e07dea0f3ed53b304475bd # v1
with:
task-definition: apps/nextjs-website/task-definition.json
container-name: nextjs-docker
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-website/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:18-alpine@sha256:e37da457874383fa9217067867ec85fe8fe59f0bfa351ec9752a95438680056e
RUN apk add --no-cache g++ make py3-pip libc6-compat
ARG ENVIRONMENT
ENV ENVIRONMENT=${ENVIRONMENT}
Expand Down

0 comments on commit 4e000f0

Please sign in to comment.