Skip to content

Commit

Permalink
fix: update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbasic committed Feb 19, 2024
1 parent 7550ad8 commit f956b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cdk-ecr-deployment/lambda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN yum -y install \
ENV GOOS=linux \
GOARCH=amd64 \
GO111MODULE=on \
GOPROXY=https://goproxy.io,direct
GOPROXY=direct,https://goproxy.io

WORKDIR /ws

Expand Down

0 comments on commit f956b07

Please sign in to comment.