diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 16bde64d4..d65a9746c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM docker.io/library/node:14-bullseye as js-builder +FROM docker.io/library/node:16-bullseye as js-builder COPY web /tmp/src # Explicitly run the Javascript build |