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 Aug 9, 2024
1 parent 136cfe8 commit 2dceff8
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 @@ -90,7 +90,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@9933bf0d77b7f6d52e3886fbb8aae95a677db1ab # 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:17514b20acef0e79691285e7a59f3ae561f7a1702a9adc72a515aef23f326729
RUN apk add --no-cache g++ make py3-pip libc6-compat
ARG ENVIRONMENT
ENV ENVIRONMENT=${ENVIRONMENT}
Expand Down

0 comments on commit 2dceff8

Please sign in to comment.