Skip to content

Commit

Permalink
Bump node from 15 to 16
Browse files Browse the repository at this point in the history
Bumps node from 15 to 16.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2021
1 parent 0b997e2 commit f15ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowauth.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

FROM node:15 as builder
FROM node:16 as builder
# Node version pinned until https://github.com/nodejs/docker-node/issues/1379 is closed

COPY flowauth/frontend /
Expand Down

0 comments on commit f15ba04

Please sign in to comment.