Skip to content

Commit

Permalink
Merge pull request #669 from MatheusMoura17/update-firebase-alpine-ve…
Browse files Browse the repository at this point in the history
…rsion

Update alpine version to 3.20 in firebase
  • Loading branch information
haroonc authored Oct 28, 2024
2 parents 4b9ab77 + ae17ada commit 8b42a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine3.18 AS app-env
FROM node:lts-alpine3.20 AS app-env

# Install Python and Java and pre-cache emulator dependencies.
RUN apk add --no-cache python3 py3-pip openjdk11-jre bash && \
Expand Down

0 comments on commit 8b42a9d

Please sign in to comment.