Skip to content

Commit

Permalink
Use node:lts-slim for firebase image (#2997)
Browse files Browse the repository at this point in the history
* Use node:lts-slim for firebase image

* Update Dockerfile
  • Loading branch information
johnpryan committed Jun 12, 2024
1 parent b284656 commit fe692e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cloud_build/firebase/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:lts-alpine3.14 AS app-env
FROM node:lts-slim AS app-env

RUN apk add --no-cache bash
RUN npm install -g firebase-tools

ADD firebase.bash /usr/bin
Expand Down

0 comments on commit fe692e9

Please sign in to comment.