Skip to content

Commit

Permalink
Merge pull request #436 from openaddresses/switch-from-alpine
Browse files Browse the repository at this point in the history
Switch away from alpine linux base image
  • Loading branch information
iandees authored Feb 25, 2025
2 parents e903183 + 0ca0fba commit 1d2ccda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine3.21 AS node
FROM node:22 AS node
FROM 847904970422.dkr.ecr.us-east-1.amazonaws.com/batch-machine:9.9.0

COPY --from=node /usr/lib /usr/lib
Expand Down

0 comments on commit 1d2ccda

Please sign in to comment.